Eclipse-to-Studio
This repository is an attempt to share urls (Blog, Stackoverflow etc) and other useful information regarding migrating from Eclipse to Android Studio.
After the release of first stable version (and the subsequent removal of all content related to Eclipse from developer.android.com), people are now thinking (or forced) to migrate to Android Studio.
(I hate the idea of changing the dev enviroment once you're settled. Its almost like migrating to a foreign country !! But hey, what if a small amount of friction now helps in the long run ? )
You might be at various stage -
- Just started off with projects.
- Small dev shop with couple of projects.
- Large complex projects.
This repo is to create resources for each of these categories and help them migrate to Studio.Hence its a collaborative process, so dig in and try to help out! Do send a pull request, please!
General
https://www.airpair.com/android/android-studio-vs-eclipse
https://www.youtube.com/watch?v=lmv1dTnhLH4
http://tools.android.com/tech-docs/new-build-system/migrating-from-eclipse-projects
Specific Functions
About Gradle & Build Processes
http://blog.codinghorror.com/the-f5-key-is-not-a-build-process/
https://www.youtube.com/watch?v=LCJAgPkpmR0
Adding Library Project
http://stackoverflow.com/questions/16588064/how-do-i-add-a-library-project-to-the-android-studio
Library with native code
http://www.cumulations.com/blogs/9/Importing-library-having-native-code-in-Android-studio
Eclipse : Workspace + Project Vs Studio : Module + Project
http://stackoverflow.com/questions/17187080/android-studio-new-project-vs-new-module
Windows + Github + Studio
http://shareonsite.blogspot.in/2014/12/share-project-from-android-studio-101.html
Common Troubleshooting
Q.How do I run multiple instances of Android Studio