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
1 answer

How to change Android SDK Manager file path

I have serious disk size limitations (~64GB) so I need the Android SDK to be installed on another disk. I already changed the file path for the installation of Android Studio and Android SDK. But when I start the Android SDK Manager it says the SDK…
MrFox
  • 4,852
  • 7
  • 45
  • 81
3
votes
0 answers

How to resolve : Necessitas error: The package appears to be corrupt

I’ve created an andriod application with qt and is successfully running on android version 4.0.4 But when I try to install same apk on device with android version 4.0.3 I get the error message “Application not Installed. The package appears…
A.J
  • 725
  • 10
  • 33
3
votes
1 answer

SQLite sub query with LIMIT not work in 2.3 device

This query working 4.0 perfectly but not in 2.3 device, If i remove LIMIT clause and sub query than works perfect in 2.3 device whats problem with LIMIT in 2.3 device ??? Tested same APK in 4 different device 2.3 show only one result not all and…
3
votes
5 answers

What does using a "." without an object in Android (or java) mean?

I am not sure but this is probably a java question and not specific to android. In the Android SDK, when I type in a "." at a blank line, it shows me an options menu: The MyThread class is declared inside the MainActivity class (which extends…
user13267
  • 6,871
  • 28
  • 80
  • 138
3
votes
4 answers

Android SDK not working

The Android SDK doesn't open so i tried to open Android.bat to see the errors and I get this Error: The system cannot find the file specified. The system cannot find the file specified. The system cannot find the file specified. The…
elichai2
  • 1,365
  • 3
  • 14
  • 28
3
votes
3 answers

How do I show two text views next to each other

I have a Main Activity That has a Clickable Link that launches a Activity. Right now what is showing is "Click Here" in a text view. I would like to change it to : "To see Evacuation Routes - Click Here" With the "Click Here" being the underlined…
yams
  • 942
  • 6
  • 27
  • 60
3
votes
6 answers

couldn't find samples in android-sdk directory

When I go to the directory C:/programfiles/android/android-sdk/platform// I couldn't find the samples directory. I installed all the versions of the sdk with samples from the sdk manager opening from eclipse but I couldn't install the same…
radish
  • 115
  • 1
  • 4
  • 13
3
votes
1 answer

Android java 2.3.3, how to create a menu like steam?

How do you make a steam like menu? Below is a screenshot from my Samsung Galaxy S. The menu unfolds when you press the menu button on the bottom of the phone and it pushes the current window to the side and displays the menu. So it steals 70% of the…
Patrick
  • 5,442
  • 9
  • 53
  • 104
2
votes
1 answer

Unable to install Android SDK 17

Possible Duplicate: Android: trouble updating to Android SDK Tools, revision 7 I'm trying to install 6 new updates to the Android SDK (to version 17 from 16), I get this err msg: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -= Warning ! =- A folder…
B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862
2
votes
3 answers

Linux: start Android SDK or Android Emulator

I'm using Linux (fedora 16). I try to install Android SDK and ADT. Each time I want to run Android SDK or Android Emulator, I must run from Eclipse, but I don't know how run directly. (don't need to open Eclipse) In Windows, in AndroidSDK folder has…
hqt
  • 29,632
  • 51
  • 171
  • 250
2
votes
2 answers

How to import an android image to the SDK?

I have a very dramatic situation here. I need the android sdk and I'm from a country that google has restricted our access to the android developer website. I have some how managed to get the android installer and the 2.3.3 version of android in a…
2hamed
  • 8,719
  • 13
  • 69
  • 112
2
votes
0 answers

ANDROID - Error opening emulator version 4.0

When I open the emulator with the 4.0 version it gives the following error: com.android.ddmlib.SyncException: Not a directory Has anyone had this error and know how to tb?
Kiotto
  • 315
  • 1
  • 5
  • 17
2
votes
0 answers

Getting contacts location from graph api in Android

I am working on an android application in which I am using facebook open graph api to get the friends list. Its easy to get the friend's list, but what if I want the location of my friend through graph api? Is this possible? If so, then what steps…
2
votes
3 answers

Starting Android AVD crashes with java.awt.HeadlessException

Using Android SDK Manager Revision 15 on Ubuntu 11.04 (Natty) with sun-jav6-jdk (6.26) installed. Every configuration I've tried for an AVD is resulting in this exact same behaviour when I try to start it. I've even tried running it with root…
Drew Chapin
  • 7,779
  • 5
  • 58
  • 84
2
votes
1 answer

flutter build apk installing platform-tools repeatedly

I have installed flutter and android-SDK ( without android studio ) on windows-10. Installation completed successfully and everything is fine and no errors in web but when I run flutter build apk it throws some warnings Building with sound null…