I want to migrate from eclipse to android studio,but my eclipse project content a library . how can i export this project as gradle to use it on android studio without lossing my library
Thank you
I want to migrate from eclipse to android studio,but my eclipse project content a library . how can i export this project as gradle to use it on android studio without lossing my library
Thank you
Check this one... http://tools.android.com/tech-docs/new-build-system/migrating-from-eclipse-projects
Also check this link to migrate eclipse project to studio How do you import an Eclipse project into Android Studio now?