Questions tagged [android-sdk-2.3]

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

Android is Google's software stack for mobile devices. The Android 2.3 platform introduces many new and exciting features for users and developers.

  1. UI refinements for simplicity and speed
  2. Faster, more intuitive text input
  3. One-touch word selection and copy/paste
  4. Improved power management
  5. Control over applications(Uninstall and Info buttons at home screen)

    Please use the Android-specific tags such as [android-intent], not [intent]. For non-developer questions, see https://android.stackexchange.com.

Read more about Android 2.3

481 questions
89
votes
10 answers

How do I build the Android SDK with hidden and internal APIs available?

I want to rebuild the Android SDK (or rather only the android.jar) to include hidden and internal APIs. I could not find any documentation or discussion doing on how to go about this. I have an Ubuntu CyanogenMod build environment already setup that…
Thomas Hofmann
  • 1,046
  • 1
  • 8
  • 7
81
votes
8 answers

Stuck at ".android/repositories.cfg could not be loaded."

brew cask install android-sdk ==> Caveats We will install android-sdk-tools, platform-tools, and build-tools for you. You can control android sdk packages via the sdkmanager command. You may want to add to your profile: 'export …
ishandutta2007
  • 16,676
  • 16
  • 93
  • 129
64
votes
26 answers

"Unable to get system library for project" after I upgraded to Android SDK 2.3 and ADT 8.0

Today I upgraded to Android SDK 2.3 and I also upgraded the Eclipse Plugin Androi Developer Tools 8.0 (from 0.9.9). I also upgraded my Java Development Kit to 1.6_22. Now in Eclipse I get many errors in all my Android projects. The error messages…
Jonas
  • 121,568
  • 97
  • 310
  • 388
50
votes
13 answers

Unable to resolve target 'android-16'

I am using Android 4.2.2. After installing the latest SDK, when I open the eclipse I could see all the projects having the problem during the build. Following is the error i get. Please let me know how to resolve this? Unable to resolve target…
user1822729
  • 825
  • 1
  • 13
  • 27
48
votes
12 answers

Getting error while running `react-native run-android`

Whle running my react native code react-native run-android getting below error. It was working proper. But after taking fresh pull from git and npm ci and after I am running then getting this error. error Failed to install the app. Make sure you…
Abhigyan Gaurav
  • 1,854
  • 6
  • 28
  • 58
38
votes
18 answers

Could not find adb.exe - after upgrade to Android SDK 2.3

I have upgraded my Android SDK to version 2.3 and Android Development Tools 8.0.0. Now in Eclipse, I get an error message: Could not find C:\Program Files (x86)\Android\android-sdk-windows\platform-tools\adb.exe! And I don't have that file. How…
Jonas
  • 121,568
  • 97
  • 310
  • 388
34
votes
7 answers

Android studio error: An error occurred while trying to compute required packages

I'm trying to install the latest Android Studio on a MacBook pro 2015 Unfortunately I get this error: An error occurred while trying to compute required packages. Here a screenshot of the error: which is not very informative. What's causing the…
31
votes
7 answers

Android emulator: could not get wglGetExtensionsStringARB error

I am getting this error in the android emulator logs since I updated the SDKManager and ADT: [2012-07-10 15:51:23 - Emulator] could not get wglGetExtensionsStringARB What does it mean? And is there anything I can do about it?
28
votes
4 answers

Android Development Tool 23.0.0 and Android L Update error in eclipse

I updated my SDK with latest release of Android L and restarted my eclipse i.e running on ADT V.22. But when I Check for update from Hep -> Check for updates, it says No updates were found. I manually tried to download ADT bundle from official…
Himanshu Agarwal
  • 4,623
  • 5
  • 35
  • 49
25
votes
5 answers

Upgraded to SDK 2.3 - now no emulators have connectivity

I've upgraded from 2.2 to 2.3. I originally thought that I had just a problem with my own Google maps application not working and posted a question link text I now realise that the problem is much wider, in that non of the built in applications…
NickT
  • 23,844
  • 11
  • 78
  • 121
24
votes
2 answers

Which API version for Android 2.3.6?

I need to make an app for an android 2.3.6. Which SDK Should I use? SDK Manager only shows 2.3.3 API 10 as the highest one.
polyglot
  • 423
  • 1
  • 4
  • 7
23
votes
5 answers

Android SDK built for x86 does not support profile mode?

it throws this error when I run --profile H:\MyApp>flutter run --profile Profile mode is not supported by Android SDK built for x86. but H:\MyApp>flutter run --debug works perfectly. any fixes ?
Rageh Azzazy
  • 701
  • 1
  • 7
  • 16
20
votes
4 answers

Android SDK - Install system image packages offline

due to IT restrictions I cannot use to package-install-automation of the Android SDK. To be able to create an emulator in Androids' AVD manager, I first of all need a system image for my target device. But regarding the below screenshot I haven't…
20
votes
5 answers

Android.bat file is missing in sdk\tools folder also i do not having AVD & SDK manager in tools so i can replace them

i have also copied android.bat from my backup SDK but it is still not working. thanks in advance.
Rax
  • 1,347
  • 3
  • 20
  • 27
19
votes
1 answer

How to configure NDK for Android Studio

I've installed Android Studio 2.2.3 and created a "myApplication" with include C++ support. I get this error: Error:NDK not configured. Download it with SDK manager.) Is there any good way to solve it please?
Franky
  • 1,181
  • 2
  • 11
  • 33
1
2 3
32 33