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

What are some of the Android camera api parameters optimizations for efficiently taking pictures when camera is moved by user?

I am creating an Android app which is sort of like stop-motion app which is intended to efficiently take pictures even during movement. I wanted to set very low shutter speed and high aperture for getting better pictures particularly when camera is…
6
votes
2 answers

How to use the x86 Android emulator on Linux?

The latest Android sdk has an x86 emulator, which is supposed to help with performance. How can I create an image for it? When I go to make a new avd I see a dropdown for CPU/ABI but it is set to "ARM" and disabled.
user605331
  • 3,718
  • 4
  • 33
  • 60
5
votes
2 answers

Using DU on Android

Is there something similar to the unix command du i can use on adb shell? I'm trying to find a way to see how big each file is because I have an application that is growing very large and out of control and I am trying to determine which…
Falcon165o
  • 2,875
  • 1
  • 20
  • 31
5
votes
1 answer

Rider "Android Sdk not found" even though it is there

Hi there today I reset my pc and installed Rider and over the Settings/Environment the Xamarin Android and Xamarin iOS Sdk. As I wanted to create a new Xamarin.Forms project Rider said that the Android Sdk is missing. So I switched to the settings…
BierDav
  • 1,219
  • 1
  • 10
  • 27
5
votes
1 answer

Bad Spectrum from Android's FFT-Output (Visualiser)?

I have some Kind of Question about FFT (Actually I believe it's more about Androids FFT-Output from Visualizer.getFFT()). I have created a Music-Player with own Library function for Android including lot's of Stuff (like genres, dynamic playlists…
rampage
  • 78
  • 1
  • 5
5
votes
1 answer

Not able to Create AVD using command line

I have downloaded the basic Android command line tools from devloper.android.com, now i am creating a new AVD using following command avdmanager create avd --package 'platforms;android-26;google_apis;x86' -n test-1 Its giving error Error: Package…
4
votes
1 answer

How do I download Rev. 9 Third-Party add-ons?

The Rev 9 add-ons site URL in SDK Manager is no longer valid. The only way out (that I found so far) is to accept the forced upgrade to Rev 15 SDK Tools. But, for various reasons, I do not wish to upgrade to Rev 15 SDK. I want to stay with Rev 9…
Bill The Ape
  • 3,261
  • 25
  • 44
4
votes
5 answers

App Inventor vs Android SDK

I've registered for a mobile app course, and am considering dropping it because we are using the Google App Inventor to create apps. I've taken a look at a few videos, and it seems all too basic, geared towards non-programmers. I've had some…
Rob
  • 275
  • 1
  • 4
  • 15
4
votes
1 answer

My app working on android 2.2 and android 2.3.3 emulators but not on my phone galaxy s android 2.3.5 / Read facebook,twitter contacts?

i have a problem with my app , In egypt they are going to add extra digit to mobile numbers to expand , so i made an app to modify the existing numbers to the new one. So basically i read all phone numbers , based on some conditions i manipulate…
KingDixon
  • 41
  • 2
4
votes
2 answers

Back button not working on android emulator

I try to start an android sdk emulator, but when I press the back button this error appears: INFO | Critical: Failed to load https://maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=true: The 'Access-Control-Allow-Origin' header has a value…
4
votes
3 answers

Find the latest version of sdk-tools-linux-*.zip

I use Travis to run my JUnit tests on Android via the emulator. This works very well so far. However, how can I determine what the latest version of sdk-tools-linux-*.zip is? Currently, I am using version 4333796. Are there any dependencies between…
4
votes
0 answers

Install android sdk without Android Studio in Ubuntu 20.04

Here is how I installed my android sdk to run React Native on my Android phone: Considering that Java and adb is already installed: sudo apt update && sudo apt install android-sdk This will add the environment variables: echo 'export…
Sharcoux
  • 5,546
  • 7
  • 45
  • 78
4
votes
2 answers

Android SDK is not installed with Android Studio IDE

so I've downloaded the Android Studio IDE from the official website, installed, and run it. When I try to create a new project this is what I get: Obviously I click on (open SDK manager): I then click on (Edit): At first, the directory…
Sam Ibraheem
  • 157
  • 2
  • 13
4
votes
1 answer

File google-services.json is missing

I have got this error : org.gradle.api.GradleException: File google-services.json is missing. The Google Services Plugin cannot function without it. I hope someone help me, I tried everything nearly ,but I failed!! Note: Make sure that I have…
4
votes
1 answer

Requesting single location update, AVD crashes

I'm trying to request a single location update using the new LocationManager.requestSingleUpdate() method, but once the device gets an update from the GPS the OS crashes and seems to try to reboot. At least I get the usual Android boot screen, but…
rogerkk
  • 5,494
  • 5
  • 37
  • 53