如何阻止 AVD 中出现解锁屏幕?

发布于 2024-12-21 19:40:11 字数 104 浏览 2 评论 0原文

当我从 Eclipse 运行程序时,模拟器会在屏幕上显示一个挂锁,然后我必须单击该挂锁(在两个位置两次)才能允许运行应用程序。

有什么方法可以绕过这个问题以便应用程序立即运行吗?

When I run a program from Eclipse, the emulator appears with a padlock on the screen, which I then have to click on (twice, in two locations) before the application is allowed to run.

Is there any way to bypass this so that the application runs immediately?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

榕城若虚 2024-12-28 19:40:11

不要在每次运行应用程序时关闭模拟器,您只需在第一次时将其解锁。

如果失败,有一个 adb bash 命令可以解锁你的手机。虽然我不知道如何使用 eclipse 和模拟器来实现它:

 adb shell input keyevent 82

Don't close your emulator everytime you run your application, you will only have to unlock it the first time.

Failing that there is a adb bash command that will unlock your handset. Although I can't see how you would get this working with eclipse and the emulator:

 adb shell input keyevent 82
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文