Failed to execute shell command “getprop,dev.bootcomplete”" on device: error for Android

前端 未结 4 2106
无人及你
无人及你 2020-12-29 22:18

I am getting the getprop,dev.bootcomplete error after building and deploying the new debug-apk file to the Android emulator through Ionic framework.

The

4条回答
  •  爱一瞬间的悲伤
    2020-12-29 22:40

    This was a solution for me in Ionic 3 version:

    1. Open Android studio, go to AVD Manager
    2. Create a new AVD device, click on "show advanced settings"
    3. Select "Cold boot". By default, the "Quick boot" is selected.

    Try to run emulator again.

提交回复
热议问题