Reputation: 4406
I explain my systems :
i export my eclipse project to gradle , and import them to android studio . i think every thing is okey . but , i can't run my project . can anybody share something . thanks in advance
Upvotes: 0
Views: 253
Reputation: 390
Had the same issue! i solved it! Just recreate the same activites and copy and paste those code from ur eclipse created project to android studio project! change package names etc.. and run!
Reason: Eclipse uses different Build system. And Android Studio uses Gradle Build System! I think there might be a Grade plugin for Eclipse! not sure!
Upvotes: 1
Reputation: 25863
No need to export anything. You can just directly open the Eclipse project from Android Studio.
Upvotes: 2