应用程序无法在Android模拟器上加载

时间:2014-03-29 06:00:18

标签: android

我正在我在IntelliJ中创建的Emulator中运行我最简单的Activity App。我从IDEA IDE调用了Emulator,它确实以锁定屏幕格式显示模拟器。解锁后,我找不到我的申请图标。我哪里做错了?或者我如何在模拟器上手动运行它?

模拟器在控制台上显示以下消息:

Waiting for device.
/usr/local/Cellar/android-sdk/22.6/tools/emulator -avd myavd -netspeed full -netdelay none -wipe-data

emulator: ERROR: Could not load OpenGLES emulation library: dlopen(lib64OpenglRender.dylib, 1): image not found
emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
HAX is working and emulator runs in fast virt mode
Device connected: emulator-5554

附加了模拟器快照。正如你看到的。我在这里找不到我的应用

enter image description here

1 个答案:

答案 0 :(得分:0)

如果您使用的是Windows:

  • 转到cmd,cd进入包含platform-tools的文件夹。
  • 然后 - > adb install myapp.apk。此命令将安装该应用程序。

如果您使用的是GenyMotion模拟器。只需将你的apk放入模拟器中即可。

如果仿真器与负责连接的ADB不同步。只需重新启动ADB:

  • adb kill-server
  • adb start-server