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.

learn more… | top users | synonyms

0
votes
1answer
15 views

Declaring library activity in manifest

I seem to have some problems with declaring an android activity from a different package (imported jar library in the libs folder) in my applications manifest... The libraries package is ...
0
votes
2answers
89 views

How to create jar for Android Library Project

I have to create a library that I am going export to the client in a jar file. Is there any way to create a jar with the resources in it? The Google adMob have such jar, which includes resource file ...
1
vote
2answers
35 views

How do you parse XML tags which are embedded within themselves, in android?

EDIT 1: I've started experimenting with XmlPullParser, and I'm thinking to handle dicts within dicts(That does sound wrong, I know) I could use recursion like readDict(XmlPullParser), and call it ...
0
votes
2answers
27 views

how to use Android CardsUI library in Eclipse?

I am trying to use this library http://www.androidviews.net/2012/12/cardsui/. Import, libs folder and external JAR does not work.
-4
votes
0answers
16 views

how to extract some public component and res file to andorid library project [closed]

I extract some common components and res file to a library project, then compile,it is ok, but at run time, it throws exception ,R access to the resource ID is null someone have solved that?or how to ...
6
votes
5answers
3k views

Is there any way to use Roboguice and ActionbarSherlock in one project?

I'd like to use the libraries mentioned in the title in one project. However, both need my Activities to extend from a special Activity class: in the case of Roboguice it's RoboAcitivity, and it's ...
0
votes
0answers
22 views

Android creating obfuscated activity library jar

I would like to create a library jar that contains a few in-app billing activities, why i need them in a jar is that my source code will be given to a company but i dun want the company to be able to ...
-1
votes
0answers
26 views

Is it possible to make panorama image move with the motion of phone using panorama-GL library?

I have developed an app using Panorama-GL library. The app was developed as a spherical panorama. Now the panorama image can be moved by using touch, but the client wants the panorama image to move ...
3
votes
2answers
36 views

Localization for Android Library application

I am developing the library application, which is reused in many android applications. Now, I need to add the localization capability to my android library application. ...
0
votes
0answers
19 views

How to extract xml.stream source code from openjdk-7

I'm Trying to extract javax.xml.stream source code that will be used for android from openjdk-7. But there is problem in dependency. as I know, sources in javax.xml.stream.** have dependency on ...
1
vote
1answer
60 views

Can Android Libraries in Gradle have other Android Libraries as dependencies?

Is this structure allowed? MyProject/ | settings.gradle + app/ | build.gradle + libraries/ + lib1/ | settings.gradle | build.gradle + libraries/ + sublib1/ ...
36
votes
5answers
12k views

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, everything is in a Library Project. It works beautifully, except that Eclipse's ...
0
votes
1answer
26 views

Load a native library multiple times

I've made a simple native library that can store a integer and return it. #include <string.h> #include <jni.h> static int a; void Java_com_example_testnativelibs_TestClass_setA(JNIEnv* ...
0
votes
0answers
18 views

How to use registerForPreciseCallStateChanged?

I am looking for information how to use registerForPreciseCallStateChanged method in internal library of Android. Is there anyone who knows it?
1
vote
1answer
248 views

ActionBarSherlock (library) on Android Studio

I had the problem like wired00 on Problems importing project into Android Studio regarding ActionBarSherlock I do exactly the solution (Edit2) but when I run I get Gradle: package ...

1 2 3 4 5 21
15 30 50 per page