This post originated from an RSS feed registered with Java Buzz
by s m.
Original Post: Android Library Projects Support
Feed Title: IntelliJ IDEA Blog
Feed URL: http://blogs.jetbrains.com/idea/feed/
Feed Description: News, tips&tricks, how-to's and other issues related to IntelliJ IDEA
An Android library project is a development project that holds shared Android source code and resources. Other Android application projects can reference the library project and, at build time, include its compiled sources in theirĀ .apk files. IntelliJ IDEA X supports library projects natively as separate Android library modules.
To create a new library module you need [...]