I have several eclipse projects which are almost same type. How can i import these to Android Studio and make a common code base in Android Studio.
Asked
Active
Viewed 682 times
0
-
see https://developer.android.com/sdk/installing/migrate.html – Shine Jan 28 '15 at 14:59
-
thanks. but actually i need a common code base procedure in Android Studio. – roni Jan 28 '15 at 15:04
-
1what do you mean with "common code base"? Like a library? – Shine Jan 28 '15 at 15:12
-
i heard about it. I have several projects (more than 20) with almost 90% same codes and resources. So, if i have a common code base, then i do not have to write 90% code for all apps. – roni Jan 29 '15 at 12:16
-
have a look at http://stackoverflow.com/questions/4085313/how-to-create-your-own-library-for-android-development-to-be-used-in-every-progr – Shine Jan 29 '15 at 13:06