avd

Intel HAXM is required to run this AVD

♀尐吖头ヾ 提交于 2020-08-05 08:04:26
问题 I have installed Android Studio 3.3.1 and everything worked perfectly until I closed it. When I try to open a run again my project it says: Intel HAXM is required to run this AVD Unknown error, What should I do? 回答1: In my case, I installed software which is required to enable Hyper-V . If you also face it, check it. On Window (I mean I config on Window, not Ubuntu or MacOsX), it's in "Turn Windows feature on or off" . Uncheck Hyper-V and restart your computer. 回答2: When Android Studio is

kernel-ranchu in Android 29

跟風遠走 提交于 2020-07-10 07:17:20
问题 So I'm using APACHE CORDOVA , without Ionic`. I created an app normally with the command at the prompt cordova create myApp br.com.carcleo myApp I created 2 AVD's , one for Android 22 and another for Android 28 . For the Android 22 the emulator works correctly. But for the Android 28 emulator does not work. It asks for kernel-qemu which should be in the image folder of Android 28 but there is no such file there. However, in the Android 22 folder the file exists. Well, there are 2 files with

Android emulator errors (socketTcpLoopbackClientFor and AdbHostServer.cpp)

雨燕双飞 提交于 2020-06-23 04:30:12
问题 I just installed Android Studio (Windows) and I created a google pixel 3 XL, API 29, no play store installed. When I launch an hello word application, I get these 2 errors: Emulator: socketTcpLoopbackClientFor: error: fd 52252 above FD_SETSIZE (32768) Emulator: emulator: ERROR: AdbHostServer.cpp:102: Unable to connect to adb daemon on port: 5037 For what concerning the first error, I tried this Problem with the emulator since the update but it didn't work. 回答1: If you're using an AMD

How enable physical keyboard on Emulator in Android Studio? (Used to work)

和自甴很熟 提交于 2020-06-09 11:03:06
问题 I'm not sure what changed but the physical keyboard from my computer no longer works for the emulator (running kitkat in Nexus 5, x86). When i look in AVD at the device's advanced settings, there's nothing for a hardware keyboard. Where is this setting? 回答1: In the advanced settings of a virtual device in Android Studio 1.0.2 AVD Manager, there is actually a checkbox that allows to enable keyboard input without editing the config.ini by hand. Tools → Android → AVD Manager → pencil icon (shown

Facing issue in running multiple emulators with AOSP

旧街凉风 提交于 2020-05-17 07:42:24
问题 Problem overview: After building AOSP with custom emulator(updated default.xml), facing error in executing multiple emulators simultaneously Command: Shell1: emulator -port -no-skin -no-audio -no-window -qemu -device ,addr=,size= Shell2: (same command to up second emulator) emulator -port -no-skin -no-audio -no-window -qemu -device ,addr=,size= Error: In shell1, no error is faced. Emulator runs fine. In shell2, ERROR: Running multiple emulators with the same AVD is an experimental feature

Android app not showing in the emulator

♀尐吖头ヾ 提交于 2020-05-15 07:00:09
问题 I installed eclipse, android sdk, created AVD (tried with different versions), then created simple hello world program (autogenerated). When I run it, it supposed to load up and show helloworld screen... but nothing happens. Emulator just loads up and shows android main screen. My app is nowhere to be seen. Log: [2012-05-19 19:09:34 - GameTest] Android Launch! [2012-05-19 19:09:34 - GameTest] adb is running normally. [2012-05-19 19:09:34 - GameTest] Performing org.test.game1.GameTestActivity

cordova android vue avd resource public image

左心房为你撑大大i 提交于 2020-04-18 05:48:01
问题 I followed this tutorial and coded my own android cordova app: https://www.npmjs.com/package/vue-cli-plugin-cordova I added the images for my app to the public folder. My whole folder looks like this: my-app2: |-.git |-node_modules |-public --> there are my images in the img folder, the index.css in the css folder and the index.html as main entry point |-src --> there is my Sourcecode folder which works fine |-src-cordova --> In this folder are the settings for my app (config.xml) |-tests |-

What can i do with Android Studio Virtual Device slow when running and freezing computer when closing?

拟墨画扇 提交于 2020-04-18 03:56:13
问题 When I run the Android Studio AVD that comes with the IDE, the device is a bit slow and when closing the device (with the close icon) the mouse stops moving and the screen starts to flicker (by blinking I mean the Adnroid Studio IDE dissappearing at random intervals), then stops like after two minutes and then the virtual device shuts down. I have proved with three devices at api 25: Nexus 5 -Nexus 5x -Nexus 4 With Nexus 4 the app is faster, but is the same problem when closing it, it freezes

Android AVD emulator scaling issue in windows 10

青春壹個敷衍的年華 提交于 2020-04-16 06:09:30
问题 I'm on windows 10, Andorid Studio 2.3.3, I created a an android avd with the below configuration but the display won't scale properly, the display will be only in a corner. Name: 4_WVGA_Nexus_S_API_23 CPU/ABI: Google APIs Intel Atom (x86) Path: C:\Users\user\.android\avd\4_WVGA_Nexus_S_API_23.avd Target: google_apis [Google APIs] (API level 22) Skin: 480x800 SD Card: C:\Users\user\.android\avd\4_WVGA_Nexus_S_API_23.avd\sdcard.img hw.dPad: no runtime.network.speed: full hw.accelerometer: yes

cannot start activity background in android 10 [ android Q ]

吃可爱长大的小学妹 提交于 2020-03-16 06:04:33
问题 I use android 10 [android Q, galaxy 10], I use android studio 3.3, using AVD, and made a api 29 [android 10] virtual phone. at the virtual machine, I execute my app , after that, I launch other app like calendar, calculator. so my app activity get into background mode. when I receive a message at BroadcastReceiver. I call startActivity. here, code --> public class myReceiver extends BroadcastReceiver {} public void onReceive(Context context, Intent intent) { Intent intentRun = new Intent