Top "Android-library" questions

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

Convert existing project to library project in Android Studio

How can I convert an existing Android project into an Android library project in Android Studio? In Eclipse, that is …

android android-studio android-library
How to make Proguard ignore external libraries?

I want to use Proguard mainly for obfuscation reasons. My problem is that I have three libraries, Twitter4J and …

android proguard android-library
How to Get Package Name of Source Class File in Android ?

I am using only one project to port lite and full versions for that I am just updating Manifest file …

java android class android-library package-managers
Android support multidex library implementation

I have hit the magic dex limit because my application uses a lot of jars (drive API, greendao, text to …

android android-gradle-plugin android-library dex
Could not find Library.apk!

I managed to restructure my application pretty nicely so that, except for a few methods in a derived Activity class, …

android apk android-library library-project
BuildConfig.DEBUG always false when building library projects with gradle

BuildConfig.DEBUG is not working (= logically set to false) when I run my app in debug mode. I use Gradle …

android gradle android-library
how to reference an asset in a library project

In a class belonging to a Library project I call: webview.loadUrl("file:///android_asset/info.html", null); Unfortunately, this …

android android-library android-assets library-project
Retrofit 2 example tutorial but GsonConverterFactory display error "Cannot resolve symbol"

I'm trying to follow Retrofit's 2 tutorial, but on this part of the code there is a GsonConverterFactory that displays error …

android gson retrofit android-library okhttp
Unable to resolve superclass error when referencing .jar library

I did an Android project and run it. It ran successfully. I developed a web service in Java and hosted …

android classnotfoundexception android-library
Can't find import module option in project structure (Android Studio 0.3.4 - 0.5.2)

I'm getting really confused and frustrated because I just can't understand how to import my android library project as dependency …

android android-studio android-library android-gradle-plugin