Reputation: 11124
I import my project from eclipse in to Android Studio version 0.1 But now I update to version 0.2.3 The ide notify me to use external build in (Ctrl+Alt+S)/Compiler I also check use external build but when I exit Android Studio and Open Android Studio again the use external build is uncheck and I have to re-check "use external build" every time.
Is there any solution?
ps. I save my project in dropbox and sync with bitbucket.
Upvotes: 3
Views: 1282
Reputation: 11124
I try to import project back to eclipse and update eclipse and Android SDK Manager then in Eclipse, select File > Export.In the window that appears, open Android and select Generate Gradle build files.Select the project you want to export for Android Studio and click Finish. Then re import to Android Studio. I found an error about build tool revision 16.0.2 so I open build.gradle in text editor and change 16.0.2 to 17 and every thing goes very well. http://developer.android.com/sdk/installing/migrate.html
Upvotes: 1