In Android Studio 1.0.1, you only have the initial option to create a new project, but not a new library.
I would like to create a library that I can provide with several and future applications.
Should I create a new project and create library modules inside?
Can only create a library project?
If the library has only a user view ... How do I test AndroidTest with Activity? (Activity should not be compiled into a library)
Thanks.
android android-studio android-library
Mou
source share