Questions tagged [android-sdk-1.6]

For issues relating to developing with the android SDK, version 1.6.

Android 1.6 is a minor platform release deployable to Android-powered handsets since October 2009. The platform includes new features for users and developers, as well as changes in the Android framework API.

Read more about : Android 1.6

35 questions
0
votes
1 answer

I don't find the build tools 16 can I use the 17?

I am relative new in Android world so if my question don't make sens please have patient with the new guy. I what to dexifing some jars so I can run a OSGi environment on android. My problem is I can't download the build-tools revision 16 with the…
ender.an27
  • 703
  • 1
  • 13
  • 35
0
votes
2 answers

Uploaded app shows in wrong api level device

We have uploaded an app into market with following api level in AndroidManifest file uses-sdk android:minSdkVersion="15" android:targetSdkVersion="16" It is for support of api level 4.1.1 and 4.1.2. But this app can be installed on 4.2…
user1479604
  • 117
  • 1
  • 3
  • 12
0
votes
1 answer

changing my android app min sdk from api 8 to api 4 removes my overridependingtransition

the problem is that 1.6 version doesn't supprt override pending transition ang gives me errors,so I removed them but my app looks very ugly without. The question is how to make overridependingtransition work on 2.2 and higher versions supporting…
0
votes
1 answer

XML parse error on installing Android SDK 1.6 on Ubuntu 12.04

I'm getting the following error after going through the setup /android-sdk-linux/tools/android. XML verification failed for http://dl-ssl.google.com/android/repository/repository.xml. Error: cvc-elt.1: Cannot find the declaration of element…
Dan
  • 3,246
  • 1
  • 32
  • 52
-3
votes
2 answers

ActionBarSherlock using ( api ver. 4 / android 1.6)

I want to use ActionBarSherlock with api ver.r 4 ( android 1.6 ). I set proper build target and I got errors : Error:(104, -1) android-apt-compiler: [actionbarsherlock] …
dzakens
  • 337
  • 3
  • 14
1 2
3