I have a large and old workspace with linked projects. But these projects were implemented for targetSdkVersion=8 and now I need to increase to targetSdkVersion=15.
The problem occurs when I change to targetSdkVersion=15 in baseManifest.xml and try building with ant, the project is still built for targetSdkVersion=8.
I have created my project and configured it correcly. I have added google play libs and using target 4.2 of google API 17.
I run the ./android update project --name GPSTest --target 4 --path "/home/me/workspace/GPSTest"
and then I run ant debug in my project and this happens. Just started to happen, no idea what I changed.
i have developed one android project,(it has some resource files,and jni part ,and also containing some external .so file) which i want to use in another android applications,
if i make a project as a library project i cant use the resource files in another project,so that i export my project as jar,in that jar containing all following folders
assets
bin
com/package containing all classes
libs/
I have a .jar file from github and have been asked to place it in my Android app’s libs/ folder. I am using MonoDevelop for Android, and I cannot see a libs/ folder anywhere. I see that in Eclipse, under options, a path can be added for .jar files. Is there the same thing for MonoDevelop? Can I please have some help to set this .jar file up correctly?
I am using pitch-shifter SDK for Android from Little Endian.
http://www.littleendian.com/release/LE_SpectrumWorxPitchShifterSDK_2.1.0...
I am trying to run the Eclipse example from \sample folder, but I get error.
I am debugging an application with target android-17 (min version android-11).
The emulator I use has android 4.0.4, which is android-14 or android-15.
When I trace into android source methods, the debugger takes me to the android-17 source which is not the same as android-14 source code, so I end up following wrong code.
I'm trying to import an Android project under Eclipse. The project uses the Facebook SDK, the MoPub SDK, and the Pull To Refresh library, among others. The three I named have their source and such pulled under the /libs directory. The workspace also has them as separate projects.
I am using Ant to build my application.my app uses a library project.so first of all i had run the below command in commandline to generate the build.xml in my project.
"android update
project --target 5 -p path_of_my_project -l path_of_my_library_project"
(my application's build target is 4.0).Above command generated a build.xml file in my project.Then i run "ant" command in command prompt.it
Googled for a while but drawn a blank.
Need to build 32-bit app on 64-bit Ubuntu.
Realise that I need to install ia32-libs.