Thursday 6 August 2015

Import Eclipse project into Android Studio

No comments
Hi , for some developer it will little difficult move on from eclipse into android studio. because the hirarchy of project is different beetwen eclipse and android studio. Here I provide a tutorial to import your eclipse project to android studio.
#PREPARE ECLIPSE PROJECT

1. Setting project.properties -- Open your folder eclipse project, you can found file project properties in outside.




2.  you must remove all line android.library.reference.1



#IMPORT INTO ANDROID STUDIO



1. Open your android studio.
2. Select Import Eclipse ADT, Gradle, Etc.
3. Select your modified eclipse project
4. Checklist all menu
5. Your project ready


#ADD DELETED REFERENCE LIBRARY

 -For example google play services library you can see this link


Thankyou:)