

The only thing I changed when I export the project from the WEB IDE and import it into eclipse is the source path for sap-ui-core.js Project gets imported into SAP.Ĥ- Inside SAP system > Transaction SE80 > BSP Aplication > Rigth click on my uploaded app > Testĥ- The browser opens and nothing shows.

(Ran the project, and everything works fine)ģ- Right click on the imported eclipse project, team, share, and follow all the wizard steps. (Only the webapp folder and its content)Ģ- Create a new project on Eclipse and import the zip file into the webapp folder. Here are the steps that I have performed:ġ- Export WEB IDE project into a zip file.

It will let you keep your Gradle project using the same file structure as Eclipse ADT projects (in other words, it does not move files around everything is kept in place, and a special adle file tells Gradle to look for sources in the old directory structure rather than the new one).This mechanism is not as flexible (or frequently updated) as the direct Gradle import, but it has two usages: Exporting the Eclipse project from Eclipse as a Gradle project.It will rewrite the project using the new canonical Android Gradle project structure, which supports instrumentation tests in the same project as the tested code, flavor and build type specific resources, etc.guava.jar), and will replace these with maven dependencies instead, which means you no longer have to maintain the libraries manually It will detect many source libraries (such as ActionBarSherlock) and binary libraries (e.g.This is the preferred approach, and has numerous advantages: Importing the Eclipse project directly into Studio.
