unlock android emulator from cmd line

后端 未结 4 1751
被撕碎了的回忆
被撕碎了的回忆 2021-01-01 04:15

I would like to run android emulator from cmd line - unlock it and control it. Is this possible ?

I know how to operate from eclipse?

4条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-01 04:52

    On emulator try adb shell input keyevent 82. This keyevent execute KEYCODE_MENU and unlock a screen.

提交回复
热议问题