简体   繁体   中英

Android - how to export eclipse project with libraries to android studio

my tries click right at my project , choose Export ---> android ---> Generate Gradle build files

在此处输入图片说明

I stop in this point , I cant force overriding, any one know the reason

在此处输入图片说明

The Eclipse IDE uses a different file structure for their android projects, as opposed to the files structure of the projects created through Android Studio. Regardless of the Gradle builds and so on.

Your best bet would be to create a new Android Project based on the specifications of your Eclipse project. And migrate the source code as required. As far as the libraries are concerned, you can add them directly to the Android Project.

I also found that this might be useful for your current situation. Help on Migrating from Eclipse to Android Studio (Projects).

Hope this helps.

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