Android:: qemu-system-i386.exe . Permission Denied

后端 未结 4 866
别跟我提以往
别跟我提以往 2020-12-06 00:46

I created a small ActivityFile.java. After running it, it takes a while to show the Android Emulator on screen. After 10 minutes, I got this error.

Emulator:         


        
相关标签:
4条回答
  • 2020-12-06 01:18

    just did this delete the lock file in this route and it worked for me C:\Users*your user*.android\avd/Nexus_4_API_22.avd/*.lock

    0 讨论(0)
  • 2020-12-06 01:39

    Go to C:\Android.android\avd\MyNexus5API25.avd\data\misc, make right click on pstore, pick Properties and uncheck box Only for reading (Title may be a little different). This is a new non critical bug (about 2 days ago update), you should not attach importance to this.

    0 讨论(0)
  • 2020-12-06 01:39

    project--> gradle --> xxclasspath 'com.google.gms:google-services:3.1.0'

    classpath 'com.google.gms:google-services:3.2.0'
    

    you have to change one.

    0 讨论(0)
  • 2020-12-06 01:42

    I got the same problem and i solved it by recreating the AVD from scratch

    • use Android studio and delete the AVD first
    • delete the Folders according to your AVD name ex-: Nexus_5X_API_27

    • create a new AVD from the Android Studio

    0 讨论(0)
提交回复
热议问题