Adnan Abdollah Zaki
Adnan Abdollah Zaki

Reputation: 4406

import project from eclipse to android studio

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

Answers (2)

Manjunath Prabhakar
Manjunath Prabhakar

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

m0skit0
m0skit0

Reputation: 25863

No need to export anything. You can just directly open the Eclipse project from Android Studio.

Upvotes: 2

Related Questions