Top "Android-emulator" questions

An Android emulator is software which simulates the functionality of an Android device running the Android OS.

Unable to instantiate activity ComponentInfo

I am developing an application for Froyo as minimum version and Gingerbread as the target version. So, the manifest shows: &…

android eclipse android-emulator adt android-version
Access host from Genymotion emulator

I try to connect from my app to host using IP address 192.168.56.1, but without success. I checked in ipconfig and …

android android-emulator genymotion
Android Multitouch - Possible to test in emulator?

I recently discovered that the Android 2.0 SDK supports multitouch through new functions in the MotionEvent class. You can specify a …

android android-emulator emulation multi-touch
java.net.ConnectException - Connection Refused Android Emulator

I have an android emulator I'm running from eclipse and just trying to connect to a simple socket server I …

sockets android-emulator socketexception
How to test Bluetooth Based Application on Androidx86 on top of VirtualBox with inbuilt laptop bluetooth

How can I run Bluetooth Based application on Android emulator on my laptop. When I run the Bluetooth application, it's …

android android-emulator bluetooth virtualbox android-x86
D'pad Is disabled in emulator

I am using android sdk 4.0.3 ,I have created an Emulator of it. Now I have a problem that the emulator …

android eclipse android-emulator avd d-pad
how to install busybox in android using adb

I am trying to install busybox on an android emulator. I downloaded and compiled busybox and have the busybox binary …

android-emulator adb busybox
How to programmatically check availibilty of internet connection in Android?

I want to check programmatically whether there is an internet connection in Android phone/emulator. So that once I am …

java android android-emulator android-manifest internet-connection
Bluetooth Low Energy on Android Emulator

I studied about Bluetooth Low Energy. But I don't have supported BLE device for testing. Therefore, I want to ask : …

android android-emulator bluetooth emulation bluetooth-lowenergy
Android Places API: Google Play Services Out of Date on Emulator

I am attempting to utilize the Google Places API's PlacePicker in my Android app. However, whenever I attempt to create …

android android-emulator google-play-services google-places-api