简体   繁体   中英

Import android project from IntelliJ to Eclipse

I have an IntelliJ android project with a different folder structure than the eclipse android projects. Can I import this project to eclipse without changing the project structure?

This is my IntelliJ project structure:

在此处输入图片说明

I have found a way to build such projects which are not in default structure which eclipse supports.

Import project then Move to Properties > java build path > source tab ....remove path to src....add path to java folder in the source code using add folder button... then build your project as usual

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM