Top "Android-emulator" questions

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

How to emulate GPS location in the Android Emulator?

I want to get longitude and latitude in Android emulator for testing. Can any one guide me how to achieve …

android testing android-emulator geolocation
Emulator in Android Studio doesn't start

I think it's a problem with the SDK reference in Project Structure, but when I click run and I choose …

android android-studio android-emulator
How to connect to my http://localhost web server from Android Emulator

What can I do in the Android emulator to connect it to my localhost web server page at http://localhost …

android android-emulator localhost loopback-address
flutter run: No connected devices

I am trying to create a sample application with flutter (fresh installation) android studio is also installed (fresh installation) Here …

android android-studio android-emulator ios-simulator flutter
Error "The connection to adb is down, and a severe error has occurred."

I've spent days trying to launch any Android program. Even "Hello World" gives me the same error: "The connection to …

android android-emulator adb
How to store image in SQLite database

In my application I am uploading an image from gallery and I want to store this image in the SQLite …

android sqlite android-emulator
How to get root access on Android emulator?

I have All Android SDK versions(from 1.5 to 2.3.3), and I tried many methods for getting root in Android emulator. I …

android-emulator root
How do I rotate the Android emulator display?

How can I rotate the Android emulator display to see it in landscape mode?

android android-emulator emulation
How can I run Android emulator for Intel x86 Atom without hardware acceleration on Windows 8 for API 21 and 19?

I have not enabled Hyper V or hardware acceleration and don't want to either. Is there any way that I …

android android-emulator android-studio
Add padding on view programmatically

I am deveoping Android v2.2 app. I have a fragment. In the onCreateView(...) callback of my fragment class, I inflate …

android android-layout android-emulator android-widget padding