Android emulator shows nothing but blank screen

后端 未结 16 2069
既然无缘
既然无缘 2021-01-01 18:15

I am a complete nOOb to Android programming and trying my hands at it for the first time by going through the tutorials. The problem is that I have created multiple emulator

16条回答
  •  庸人自扰
    2021-01-01 18:45

    First Solution

    Go to your source project file and remove these files and folders

     .gradle/
     .idea/
     .iml/
     build
    

    Then close and reopen your project. After that try to build and run.

    Second solution

    Tools -> AVD Manager -> select your virtual device -> right click -> Wipe data

提交回复
热议问题