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
3
votes
2 answers

Trigger Android Calendar to sync after adding events programmatically

I am using the "undocumented" API's to read and write calendar events, nothing too hard there. The problem though is after creating calendar events you have to wait for the polling period (I suppose) for the device to sync it's calendar, such as…
Neal
  • 9,487
  • 15
  • 58
  • 101
3
votes
1 answer

Android Studio on mac M1

I am trying to set up Flutter with Android Studio (Arctic Fox 2020.3.1 Beta 3) on my Macbook 13" M1 and I can't with flutter doctor I get this information: Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable,…
3
votes
1 answer

how to add arabic support for android SDK Emulator (2.3)

How can i add arabic language support in Emulator of android SDK ? its displayed words as separated like this : س ل ا م how can slove this problam ?
mahdi
  • 16,257
  • 15
  • 52
  • 73
3
votes
0 answers

flutter install apk results in INSTALL_PARSE_FAILED_NO_CERTIFICATES

I have been developing and installing my apk on the android emulator, and on a physical device with no issues. Then all of a sudden, I am getting an error when installing. The only thing I can think of that changed was I deleted and regenerated my…
Scorb
  • 1,654
  • 13
  • 70
  • 144
3
votes
2 answers

Flutter Android SDK version 28 Error but I am using 30

When I create a new flutter app, It starts android sdk version 28 but I use android sdk 30. Flutter doctor also shows Platform android-30, build-tools 30.0.2. When I tried to install a package like url_launcher or shared_preferences I am getting…
trix
  • 43
  • 1
  • 7
3
votes
6 answers

Showing error in the "flutter doctor" about Android toolchain

Showing error about android toolchain !] Android toolchain - develop for Android devices (Android SDK version 29.0.3) ✗ Android license status unknown. Try re-installing or updating your Android SDK Manager. See…
Sagar Khurana
  • 184
  • 1
  • 2
  • 11
3
votes
1 answer

sdkmanager returning the same output, regardless of what arguments are passed to it

I've installed SDK Tools for Windows and attempted to run it; yet, regardless of what I run (sdkmanager, sdkmanager --list, sdkmanager --version, sdkmanager asdoifjasodjfoas) it always prints the same block of text: Usage: sdkmanager [--uninstall]…
ruyili
  • 694
  • 10
  • 25
3
votes
0 answers

Compatibility of Android sdk tools, platforms, platform-tools and build-tools

I am using android-sdk on a linux machine to build a cordova project for android. I have everything working fine but I want to understand in more detail how different sdk tools are working. Current versions of tools installed are ./sdkmanager…
3
votes
2 answers

Android Studio Update Problems

Android Studio updated to 3.0 and I'm having a lot of issues with my project. Currently there is an error at launch that I can't find a way to solve. Here is error stack: Error:com.android.builder.dexing.DexArchiveBuilderException: Failed to process…
Tuesday Four AM
  • 1,186
  • 1
  • 11
  • 18
3
votes
1 answer

Android 2.3 emulator crashed after a requestLocationUpdates call

On older versions (<2.3) there was no problem with this app. When I start the application on an Android 2.3 emulator it starts with a 'home screen' then I send the GPS coordinates. After sending the coordinates the emulator stops all his processes…
Ians
  • 101
  • 7
3
votes
3 answers

Problem running applications on Android 2.0 compiled on Android SDK 2.3

There seems to be a breaking change in SDK 2.3 that causes applications compiled on it to fail to work on Android 2.0 devices. (Although Android 2.0 is officially gone, I'm unfortunately stuck with a bunch of Motorola Milestones that I got from…
Steve Pomeroy
  • 10,071
  • 6
  • 34
  • 37
3
votes
1 answer

Unable to find system image for mobile in API 25 (Android 7.1.1)

Where are system images (either ARM or intel) for mobile profile in API 25? It is visible for API 24.
bsguru
  • 432
  • 4
  • 21
3
votes
1 answer

Ionic can't find ANDROID_HOME on Windows 10

Im using Ionic to build an Android app and I'm finding a problem that I cant work around or find an answer to. When I run ionic build android or ionic emulate android I get the following: Error: Failed do find 'ANDROID_HOME'... I believe I have…
3
votes
2 answers

Zbar scanner not supported for Android 6.0

when i click the scan ,its throw error like , But previous versions till lollipop its working good . java.lang.UnsatisfiedLinkError: dlopen failed: /data/app/xxxxxxx-xxx/lib/arm/libiconv.so: has text relocations at…
3
votes
3 answers

Stopping ADB server failed (code -1). Unzip failed........ (Access is denied) - Android Studio

When i try to install the Android SDK Platform-tools from the the Android SDK Manager in Android Studio i get this error message: Stopping ADB server failed (code -1). Unzip failed:…
God
  • 1,238
  • 2
  • 18
  • 45