Top "Android-library" questions

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

Error on add library project in eclipse

I added library project inside eclipse. But i got following error [2012-10-09 11:25:38 - Share] Found 2 versions of android-support-v4.jar …

android jar android-library
How to override drawables defined in an Android Library Project?

I have two Android applications with a similar functionality but different drawables and layouts. I'd like to put all the …

android drawable android-imageview android-library
Importing Android Library AAR - No Class Definition

I am using Android Studio. I am writing an Android Library called detector. It runs perfectly in the project from …

java android android-studio android-library aar
Is proguard.cfg needed for library projects?

Assuming I need to apply the same rules for both an application project and a library project on which it …

android proguard android-library
How to reference a drawable from a library project into a main project's layout in android?

I have a android library project and reusable drawable resources in it. Lets say package name is: com.vijay.mylib; …

android layout reference drawable android-library
How to override a class within an Android library project?

The following is my situation: I have a library project and a project based on it. Now in the library …

android class project android-library
Android Library Module vs Feature Module

The latest update of Android Studio 3.0 allows creation of several module types. One of the new types is 'Feature Module' …

android android-studio module android-library
Android project referencing "normal" java project in eclipse since sdk tools update 17

Since the latest android sdk i am unable to run my android applications from eclipse anymore because they cant find …

java android eclipse android-library
Can't add modules on project structure in Android Studio

The structure project window does not show all the options and I can not add libraries or modules. Check the …

android-studio android-library android-holo-everywhere project-structure
Share library project's manifest services and permissions

I want to develop a library project which consists of a GCMIntentService and it performs GCM registration process and receives …

android google-cloud-messaging android-library aidl android-permissions