Saturday, 15 June 2013

java - Equivalent of "android.library=true" in Android Studio -



java - Equivalent of "android.library=true" in Android Studio -

i new android studio , intellij idea, previous eclipse user.

the module i'd add together dependency module doesn't show in list of dependencies available add together project.

in eclipse, inserting android.library=true in project.properties enable added dependency. how 1 create show in available dependency module list in android studio?

thanks.

in build.gradle file:

change apply plugin: 'android' apply plugin: 'android-library'

http://tools.android.com/tech-docs/new-build-system/user-guide#toc-library-projects

java android eclipse intellij-idea android-studio

No comments:

Post a Comment