Top "Android-2.2-froyo" questions

Android 2.2 is a platform release including user features, developer features, API changes, and bug fixes.

Android ADB device offline, can't issue commands

I can't connect to my device anymore using ADB through the command line or in Eclipse. Running the command adb …

android adb android-2.2-froyo
How to programmatically set drawableLeft on Android button?

I'm dynamically creating buttons. I styled them using XML first, and I'm trying to take the XML below and make …

java android android-layout android-2.2-froyo
Reading RFID with Android phones

I did enough research on reading RFID tags using Android phones(smart phones). My understanding of this is that for …

android nfc android-2.2-froyo rfid
Android SDK Manager gives "Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml" error when selecting repository

I'm trying to install a platform but when I open Android Manager then I click Available Software then select the …

android android-2.2-froyo avd
No Activity found to handle Intent : android.intent.action.VIEW

This is my code to play the recorded audio 3gp file Intent intent = new Intent(android.content.Intent.ACTION_VIEW); …

android android-2.2-froyo galaxy-tab
What does "Failure [INSTALL_FAILED_OLDER_SDK]" mean in Android Studio?

I got this Froyo (2.2) device that I am using to make an app. When I try to run the app …

android android-studio android-2.2-froyo
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 - …

android android-emulator android-2.2-froyo android-sdk-2.3
ADT requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found

I'm installing the Android SDK on a fresh installation of Fedora 14 (Linux). I installed eclipse, and ran the tools/android …

android eclipse eclipse-plugin android-2.2-froyo
Uninstall old Android SDK versions

I installed Android SDK and it's taking almost 7 GB on my (relatively small) SSD. When I open Android SDK Manager …

android android-2.2-froyo
Could not find INI file in $ANDROID_AVD_HOME nor in $HOME/.android/avd

I cannot start a virtual devices on android SDK when I press the start button on AVD manager, this error …

android android-2.2-froyo android-sdk-tools