Remove password from Android Emulator?

后端 未结 4 418
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-12 15:01

How to get rid of/get past the \"Enter password to unlock\" prompt in the Android emulator?

Wish I could explain how this got turned on but its probably my fault. I\

4条回答
  •  Happy的楠姐
    2021-01-12 15:46

    This seems to have fixed it:

    emulator -avd AVD2.2 \
    -system out/target/product/generic/system.img \
    -initdata out/target/product/generic/userdata.img \
    -wipe-data
    

提交回复
热议问题