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

后端 未结 17 2633
陌清茗
陌清茗 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:08

    This problem occurs because while creating the AVD manager in the "Create new Android virtual device(AVD)" dialog window ,"Snapshot" was marked as "Enabled" by me.

    Solution:

    Create a new AVD manager with the "Enabled" checkbox not checked and then try running the project with the newly created AVD manager as "Target" , the problem will not occur anymore

提交回复
热议问题