Waiting for HOME ('android.process.acore') to be launched

后端 未结 17 2635
陌清茗
陌清茗 2020-12-07 14:14

I tried working the Hello World application and the emulator freezes after it flashes the Android start screen. The home page is not shown. The last display on the console i

相关标签:
17条回答
  • 2020-12-07 15:12

    The solution which worked for me is, when you get the message:

    Waiting for HOME ('android.process.acore') to be launched...

    Wait for few seconds and then right click on the project and click run as Android application once again.

    0 讨论(0)
  • 2020-12-07 15:14

    Following steps worked for me: 1. Goto Project -> Clean. 2. Delete your previous AVD and create a new one.

    0 讨论(0)
  • 2020-12-07 15:16

    I faced the same problem. However, it worked after i went to Project->Clean... Don't know why it happened though. Hope this helps

    0 讨论(0)
  • 2020-12-07 15:16

    It worked for me when I selected 'Use Host GPU' option under 'Emulation Options:'.

    You can find the option under Edit window of the virtual device.

    enter image description here

    0 讨论(0)
  • 2020-12-07 15:18

    I increased the virtual device SD card size from 500MB to 2GiB, the problem solved.

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