How can I create an Android-library only?
Answered
Hi guys,
whenever I want to create an android library only, I have to do a workaround overhead:
- I create a new android project with an empty Activity
- --> project structure add ("+") new module as android library "lib"
- --> project structure remove ("-") module "app"
Why can I not create an Android library from "New project..." menu?
Thnx in advance
Sincerly Matt
Please sign in to leave a comment.
Currently there is no such option when creating a new project. This is by Google's design, see this thread: https://stackoverflow.com/q/16601299/2000323 including possible workaround: https://stackoverflow.com/a/30295816/2000323