0

In Eclipse, you can simply press right key on project, select property->Android->isLibrary to create a library project, but in Android studio 1.0.1, how to create a library project?

user3814793
  • 171
  • 3
  • 12
  • 1
    possible duplicate of [How do I add a library project to the Android Studio?](http://stackoverflow.com/questions/16588064/how-do-i-add-a-library-project-to-the-android-studio) – Paolo Dec 18 '14 at 10:02
  • http://stackoverflow.com/questions/27380270/library-project-in-android-studio-1-0/ – aga Dec 18 '14 at 10:02

1 Answers1

3

To create library project in Android Studio, go to

File -> New Module -> Android Library
Paritosh
  • 2,097
  • 3
  • 30
  • 42
  • All I see when I open AS is "Start New Project" and that seems to insist on creating an Application. – Almo Mar 18 '15 at 17:51
  • @Almo You are right. To get access to "File" menu you need to create of open Android Project. – Paritosh Mar 19 '15 at 03:19