-1

Can anyone help me out with android studio.Actually I am making my android application in eclipse. But now I want to shift to android studio. But whenever i run my eclipse project in android studio. It oucers lots of errors. so i want to know the changes i have to do to run my eclipse project in android studio.

1 Answers1

0

if a project is open on Android Studio go to

File > New > Import Project > Select the Eclipse project folder

if its first launch click on

Import Project (Eclipse , Adt) > Select the Eclipse Project Folder

Sadiq Md Asif
  • 882
  • 6
  • 18
  • But when we open the eclipse project. Lots of error occurred even after adding the dependencies. – Tushar Paul Jan 02 '17 at 11:04
  • can you share the error log – Sadiq Md Asif Jan 02 '17 at 11:05
  • add google search, Andorid mainfest debug error, some of the dependencies are also not given like for common view pager, – Tushar Paul Jan 05 '17 at 10:32
  • https://play.google.com/store/apps/details?id=com.designer.mehandic&hl=en That's my app. I am making that type of app in an android studio. – Tushar Paul Jan 05 '17 at 10:32
  • update the question with error log. And you can manually make a eclipse project to a Android studio project by creating a new project with same package name and then simply pasting the SRC and RES folder in respective folders then sync the project. And add the external libraries to gradle. – Sadiq Md Asif Jan 05 '17 at 10:37
  • Thank you so much. – Tushar Paul Jan 05 '17 at 11:43