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:

  1. I create a new android project with an empty Activity
  2. --> project structure add ("+") new module as android library "lib"
  3. --> project structure remove ("-") module "app"

Why can I not create an Android library from "New project..." menu?

Thnx in advance

Sincerly Matt

0
1 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

1

Please sign in to leave a comment.