Top "Library-project" questions

A project that will be compiled as a library

How to add a Library Project to a android project?

I have created a new android project. I want to have a action bar at the top so I downloaded …

android eclipse eclipse-adt library-project
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
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
How to use a library project in android studio

I have been trying to add this library project to my existing project in Android Studio. It's the first time …

android android-gradle-plugin library-project
Open source Android libraries? Reusable Views, ViewGroups, Adapters etc?

Here's what I really want: a site collecting re-usable components for Android. I have found various small lists, the biggest …

android open-source android-widget android-ui library-project
Gradle: add dependency for a specific flavour of the library

I have a library project and a application. I'd like to have 2 product flavours (store, dev) for both library and …

android gradle library-project android-productflavors
Build variants in Gradle for a Library Project in Android

I am trying to configure with Gradle a project which contains some external libraries. With Gradle I can setup different …

android gradle android-studio library-project build.gradle
Android Studio Library project error

I have imported a module into my project. When i rebuilt the project , AS gave me an error saying Warning:…

android android-studio gradle aar library-project
ActivityNotFoundException (YES, this activity is declared in AndroidManifest.xml)

I found a few threads reporting a similar problem but none of them really offers something that I haven't tried …

android android-manifest preferenceactivity library-project
Zxing 2.2 import as a library project(not .jar) in eclipse

I have downloaded the zxing 2.2 code from the below link https://code.google.com/p/zxing/downloads/list My requirement …

android eclipse barcode zxing library-project