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.
2
votes
0answers
23 views
Android Library Dependencies broken after SDK/ADT-Update
Today, I updated my Android SDK and Eciple ADT to the most recent versions. After restarting Eclipse it is quite unhappy with the Build Paths whenever I reference custom libraries.
An example is ...
0
votes
0answers
58 views
Adding CardsUI libary in Android Studio
I'm trying to include the CardsUI libary but I can't seem to do it in Android Studio.
I added it by going to the module settings of the project and added it by 'Import module'. I selected the libary ...
2
votes
0answers
74 views
Android Studio: Why does my New project contain 2 modules
In a new Android Studio project, when I view Project Structure, there are 2 modules. One is "ProjectName" and the other is "ProjectName-ProjectName". Did I do something wrong when creating the ...
0
votes
0answers
70 views
Android library issue - Could not find SlidingMenuLib.apk
I have a project that used to build and is currently deployed on the Play Store.
The project uses the Sliding Menu library.
I foolishly updated the SDK and tried the new Android Studio without ...
1
vote
1answer
19 views
Is there any difference in codes which are used for phones with default NFC and the phone with NFC enabled micro SD card?
I am developing an app based on NFC. But the app will be developed for phones which basically do not have NFC but NFC is enabled in them using NFC enabled micro SD card. Is there any difference in ...
14
votes
9answers
2k views
How do I add a library project to the Android Studio?
How do I add a library project (such as Sherlock ABS) to the Android Studio?
(not to the old ADT Eclipse-based bundle, but to the new Android Studio)
0
votes
0answers
30 views
Unable to execute dex on Android [Libraries conflict?]
I know this question has been answered a lot of time. But my problem, reading other questions, wasn't resolved.
The error is:
[2013-05-15 14:20:26 - Dex Loader] Unable to execute dex: Multiple dex ...
1
vote
3answers
31 views
How can I use a project source code as a library for an another project?
I am a beginer in android.My client gave me a project source code(using native libraries) as a refference.Is there any possibilities to use these source code as library for my android project? If it ...
0
votes
1answer
43 views
Try to start library project Activity
I have a library project and Main project and I try to start the activity that is defined in library project from main project.
Intent intent = new Intent("isr.LAUNCH");
intent.setComponent(new ...
2
votes
3answers
44 views
How can I add a jar file in my dependency folder?
I am beginner in android. My client gives me a sample project as reference. In that project have an extra folder 'android dependency’ and that contain a jar file 'annotation.jar' .How can I add the ...
0
votes
3answers
30 views
intent from library project to main project
When i try to pass from the main project to library project using intent it works fine but..... when i try to pass from the library project to the main project, it doesn't recognize the class in the ...
0
votes
0answers
38 views
Generate code coverage reports for Android Maven Library Project
I have a Android Library project and an Android Test project.
The test project has Android dependency and junit dependency.
The modules are:
MyProject
MySample
MyProjectTest
MySample uses ...
0
votes
2answers
29 views
Including a JAR library to android project and starting an activity from it
I'm trying to create a Library project in Android and use that library in other projects.
I've created a simple Library project, with one layout that shows some text. Checked it's set to 'is Library' ...
0
votes
1answer
56 views
Creating and distributing jar files in Android
In my android application I have to separately implement a certain functionality and needs to make a library file(.jar) out of it.
Main idea is then I can distribute that jar file, so that other ...
0
votes
2answers
143 views
Error with Maven Dependencies when building HoloEverywhere
I'm trying to use HoloEverywhere in an Android application but I cannot get it to work properly. Whenever I try to import the library I get some errors. After Googling I've been able to remove error ...
1
vote
0answers
52 views
“FragmentTabHost cannot be resolved to a type”
Just now am starting to build apps on android.I added ADT plugin form this site https://dl-ssl.google.com/android/eclipse/
Then I did File->new->other->Android->Android Sample ...
0
votes
0answers
50 views
How to bundle one jar into another in android project
I'm writing a android library (no resources), and planning to distribute it as jar. My library.jar depends on third party libraries say: thirdParty_1.jar and thirdParty_2.jar. I'm building library.jar ...
1
vote
0answers
78 views
Building System App With Prebuilt .so Library
I've been stuck here for a week trying to build a 3rd party .so library along with my app into custom Android system. I followed ...
0
votes
2answers
32 views
call activity from a library project
I have a problem. I have make an Android project as Library and i want to call an activity inside this library from a difference project. In the different project i have go to the properties and ...
0
votes
1answer
65 views
Login always fails Paypal MPL on Android
I'm building an Android app where the user pays for a booking via PayPal. It's just a one off simple payment from the user to the business, nothing more.
I've got the SDK's from here ...
0
votes
1answer
37 views
Android library project with maven dependencies
I have created android library project with some depndencies managed by maven.
Now I'm trying to run library code from android maven application project.
Code I wrote in library runs, but I'm ...
0
votes
1answer
43 views
Android custom gui-components?
Im searching for an android gui-library with more components i could use in my app.
Example:
A microcontroller sends the rpm of a motor (via bluetooth) to my smartphone.
And i want to use my ...
0
votes
1answer
52 views
Upgraded Android App not Getting New versionName
I am using this code to get the app's "version name" and then send it to my server:
String appversion = mContext.getPackageManager().getPackageInfo(act.getPackageName(), 0).versionName;
When I have ...
0
votes
1answer
37 views
Android: call method of overrided class from library
In this example I have an app which is playing mp3 songs, but there are different license checks by companies.
So in my library I have 3 files:
public interface UserCheckerInterface {
public ...
0
votes
0answers
79 views
nineoldAndroid AnimationListenerAdapter
I used the android.animation.AnimatorListenerAdapter class in my code to listen to animations.
Example :
downView.animate().translationX(-mViewWidth).setDuration(mAnimationTime).
setListener(new ...
0
votes
3answers
57 views
How to merge an Android application with a library
My question is: How can I merge an Android app with a library? I have only one application left which refers to this library so I want to combine them and get rid of that library.
Are there any ...
1
vote
0answers
123 views
google play services library not working with ActionbarSherlock library
I wanna use map v2 for my app. But while I use ActionbarSherlock library my google-play-services-lib library does not work.
If I delete ActionbarSherlock library then it work properly.
But need both ...
3
votes
0answers
64 views
Common utility classes for Android testing projects
I keep tests for my Android projects in four separate projects: unit and functional tests separately, and tests that require native Android environment (Activity/Service tests, functional Robotium ...
0
votes
0answers
30 views
Android: iosched clone resource/api issue
I am using Ant to compile a clone of iosched but am running into an error. Lots, actually, but I'm sure it's from something simple I'm not seeing.
When running ant debug when aapt is bundling ...
0
votes
2answers
83 views
How to import Mapsforge library source into Eclipse
I'm kinda new to using libraries and would like to seek some basic help here.
I've been trying to use Mapsforge's .jar library here: https://code.google.com/p/mapsforge/downloads/list, however it ...
0
votes
2answers
71 views
Overriding just the onCreate() method of a class in Android library
I have 3 projects:
Android library
Lite version of app
Pro version of app
I want to override just the onCreate() method of a class in the Android library. Is there a way to do this? I have been ...
0
votes
1answer
87 views
ClassNotFoundException when trying to run lite version that references library
I had my main project working and finished. I started researching how to make a lite/pro version and now everything is messing up. I made the main project an Android Library which is named ...
1
vote
0answers
106 views
Error Inflating class caused by ClassNotFoundException
Thank you in advance for any help.
I'm using the new build system (gradle) for android.
When building from eclipse the app functions properly.
However, when using the build from gradle, I am having ...
0
votes
1answer
136 views
The method create(int) is undefined for the type ScreenSlideActivity.ScreenSlidePagerAdapter
I am also trying to implement this project and i am getting ^Title^ error.
I know this error has been re-posted. see here: Error: The constructor MainActivity.ScreenSlidePagerAdapter(FragmentManager) ...
1
vote
1answer
134 views
Building Android library with Eclipse vs Ant
I have a simple Android library project, which contains network calls functionality only. It doesn't need to inherit any XML/resources etc… to calling application. When I build this project using ...
0
votes
2answers
70 views
How to distribute an Android Library
I've been spinning a jar for android library project and including this jar in my other apps. But here, I see this statement that I can't distribute a library in a jar:
You cannot export a library ...
5
votes
1answer
125 views
Dalvik is looking for .so file with '.0' extension - why?
I have started developing a very simple Android application that consists of three parts:
the Java application itself
a pre-built shared library (we'll call it libfoo)
another shared library that ...
0
votes
0answers
36 views
library project needs to access a common application project classes
Following two issues needs to be solved,
Architectural issue and Accessibility issue
Architectural Issue - Common Application Project (CAP) <- LibraryProject1, LibraryProject2, LibraryProject3 ...
1
vote
1answer
71 views
Google Licensing Library (LVL) is empty googleplaylicensing.jar
I've been working on the latest version of one of my apps all week and today, I randomly started getting a bunch of errors about the license checking library. I'm using Eclipse and I downloaded the ...
13
votes
6answers
982 views
Google Maps works fine on Android but I still get an error “Could not find class 'maps.i.k', referenced from method maps.z.ag.a”
I got Google Maps Android API v2 to work perfectly on my Android Application by downloading the library, adding it to workspace, then referencing it as a library.
But I still get this error as soon ...
0
votes
2answers
36 views
I have duplicate jar in reference libraries
I have a duplicate jar file in reference library, is the reason for error multiple dex error?
How can I delete those from reference library
0
votes
1answer
87 views
Android library project to use in AOSP
I have android source code(GB). I want to use an android library project in AOSP, in an apk. I read about defining the lib project into Android.mk, but I couldn't get a suitable ansewer.
Any help ...
0
votes
1answer
54 views
Specifying Android library version code/name
Which is the right place to specify android's library project version code/name? Whats the current state on a library's Android Manifest? When you bundle a library jar, can AndroidManifest be ignored ...
0
votes
2answers
42 views
Is it possible to access App's version from library project in Android?
I've a android library which is called from an App. I want to access App's version from library project. Is it possible at all?
EDIT: I don't control the calling app. I need some way to get calling ...
0
votes
0answers
45 views
why do I lose my buttons when I use android:theme=“@style/AppTheme”
I have activity
TestWifiScan extends ListActivity
and I add some button to it
using this code
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
...
0
votes
1answer
106 views
findViewById returns null when moved files to Android library
In my Intellij IDE I have 2 Android modules: A, which is a library (used as a jar), and B, a normal android module that has dependency on A.
In project A i have SomeActivity.java, some_layout.xml ...
1
vote
1answer
114 views
Fields in R.java Android library project are not final in Intellij IDEA
The generated R.java in a Android library module looks like this:
public final class R {
public static final class attr {
}
public static final class drawable {
public static int ...
2
votes
1answer
81 views
Overriding a Class from Android Library Project
I make sereval Android apps with similar code, but I need to stay flexible for customizing the apps. My solution right now is, that I have a Library-Project, where I can override functionality in the ...
1
vote
3answers
114 views
Do I need to uses always the last targetSdkVersion?
Simple question: In Eclipse "New Android project" command always tries to uses last available sdk. Is it always a good idea?
UPDATE:
I try to explain. Now in Eclipse, "New project" produces a ...
0
votes
1answer
71 views
Android Library Project JAR from ANT
I read in this blog post: http://android-developers.blogspot.nl/2011/10/changes-to-library-projects-in-android.html that I can create a .JAR file for a library project that I could distribute it for ...




