Top "Android-emulator" questions

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

upload picture to emulator gallery

I want to add picture in emulator's gallery. But i am not able to do this. How to do this? …

android android-emulator android-gallery
Sending and receiving text using android emulator

I'm currently developing android application which includes text messaging. Is it possible to send and receive text messages just by …

android eclipse sms android-emulator
Connect USB device to Android Emulator?

We've been looking into Android 3.1+ and its ability to read/write to USB devices connected to the OTG/Host port. …

android android-emulator usb android-3.0-honeycomb
Visual studio (2015) emulator for android not working - XDE.exe - Exit Code 3

I have created a new Blank App (Xamarin.Forms Portable) project in Visual Studio 2015. When I try to run Droid …

android visual-studio xamarin android-emulator visual-studio-2015
How to take screenshot in android emulator

From Android 4.0, it supports volumn down+power key to take screenshot and saved in gallery. But how to do this …

android android-emulator screenshot
Genymotion emulator no internet connection

I am trying to connect my genymotion emulator to internet and got this message: emulator network configuration:

android android-emulator emulation genymotion
Android: UnknownHostException

I am using Android SDK 2.2, testing my application with the emulator. I want to send a HTTP Post. When I …

android http post android-emulator
No Sound coming from Android Emulator

I ran my application and I can't get the sound working on the Android Emulator. I checked and enabled the …

android android-emulator media-player
How can I erase the old data from logcat?

When I execute the command adb logcat while running the android emulator, all of the old logs blow past and …

android android-emulator logcat
gen already exists but is not a source folder

I am developing my Android project, After I removed a unused library, I got the error: myproject/gen already exists …

android android-layout android-intent android-emulator android-widget