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.
Asked
Active
Viewed 62 times
-1
-
Check this http://stackoverflow.com/a/22797387/3111083. – Sunil Sunny Jan 02 '17 at 10:53
-
1Welcome to StackOverflow. Please read thoroughly on how to ask a question here - http://stackoverflow.com/help/how-to-ask. – Gurupad Mamadapur Jan 02 '17 at 10:54
-
Migrate your sources to a IDE-agnostic build tool. – Thorbjørn Ravn Andersen Jan 02 '17 at 13:25
1 Answers
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
-
-
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
-