Top "Android-library" questions

An Android library project is a development project that holds shared Android source code and resources.

REST API Client Library for Android

We are building a location based messaging app which uses Parse.com as back-end (Parse.com is similar to Urban …

android rest asynchronous android-library intentservice
Integrate ZXing QR code scanner without installing BarCode Scanner

I am trying to Integrate ZXing QR Code into my android app without installing BarCode Scanner app, I have followed …

android android-manifest qr-code android-library
How to create a release android library package (aar) in Android Studio (not debug)

I have built my android library package (aar) and the result of build is created in "..\app\build\outputs\aar" …

android android-studio android-library
Require Gradle project from another directory

I have a directory/project setup like this: C:\ _dev\ Projects\ Logger MyProject Logger is an Android library project using …

java android gradle android-library multi-project
Imported module in Android Studio can't find imported class

I recently downloaded the ViewPagerIndicator library and imported it into android studio. After adding it to my project I get …

android android-studio android-library
Android Studio 1.0 and error "Library projects cannot set applicationId"

After updating Android Studio to 1.0, I see this error: Error: Library projects cannot set applicationId. applicationId is set to 'com.…

android android-studio android-gradle-plugin android-library
Publish an Android library to Maven with aar and source jar

Can somebody give me a hint on how to use the maven-publish gradle plugin to publish a com.android.library …

android gradle android-gradle-plugin android-library maven-publish
Using an Android library project Activity within another project

I have an Android library project that I would like to use from within another Android project. The library has …

android android-activity android-library
Is it possible to dynamically load a library at runtime from an Android application?

Is there any way to make an Android application to download and use a Java library at runtime? Here is …

android reflection classloader dalvik android-library
Transitive dependencies not resolved for aar library using gradle

I have investigated a while and probably saw most popular answers here related to aar and transitive dependencies but somehow …

java android gradle android-library aar