Top "Android-emulator" questions

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

Android emulator doesn't take keyboard input - SDK tools rev 20

I've upgraded the SDK tools to revision 20 (from 18) and since the upgrade, the emulator doesn't seem to accept input from …

android android-emulator
Run react-native on android emulator

I try to run react-native app on genymotion android emulator on my mac. When I write react-native run-android It gets …

android-emulator react-native adb genymotion react-native-android
Why emulator is very slow in Android Studio?

I just setup Android Studio on my PC, which is new launch to develop Android application. My problem is that, …

android android-emulator avd android-studio
Moving from one activity to another Activity in Android

I want to move from one activity to another (using virtual device). When I click on button to move, My …

android android-intent android-emulator android-relativelayout
Changing position of the Dialog on screen android

I made a simple AlertDialog in my Activity: View view = layoutInflater.inflate(R.layout.my_dialog, null); AlertDialog infoDialog = new …

android android-layout android-intent android-emulator android-widget
How to show one layout on top of the other programmatically in my case?

My main layout main.xml simply contains two LinearLayouts: The 1st LinearLayout hosts a VideoView and a Button, The 2nd …

android android-layout android-emulator android-widget android-manifest
How to remove the Flutter debug banner?

How to remove the debug banner in Flutter? I am using a flutter screenshot and I would like the screenshot …

flutter dart android-emulator screenshot banner
How can I detect when an Android application is running in the emulator?

I would like to have my code run slightly differently when running on the emulator than when running on a …

android android-emulator
How to get screen width and height

I tried to use following code to get screen width and height in android app development: Display display = getWindowManager().getDefaultDisplay(); …

android android-layout android-emulator android-activity android-widget
Running Google Maps v2 on the Android emulator

I've tried to implement Google Maps v2 in my Android application, but unfortunately instead of maps I get this message: …

android android-emulator avd android-maps-v2 google-play-services