Linux中的Android Studio错误因为无法访问包管理器

时间:2014-04-17 12:03:13

标签: android linux

Device connected: emulator-5554
Device is online: emulator-5554
Target device: AVD_for_Nexus_4 [emulator-5554]
Uploading file
    local path: /home/verma/AndroidStudioProjects/Icandy1/App/build/apk/App-debug-unaligned.apk
    remote path: /data/local/tmp/com.google.icandy1.app
Installing com.google.icandy1.app
DEVICE SHELL COMMAND: pm install -r "/data/local/tmp/com.google.icandy1.app"
Error: Could not access the Package Manager.  Is the system running?

我收到了上述错误。任何人都可以从Android Studio解决此问题。

1 个答案:

答案 0 :(得分:0)

这是错误https://code.google.com/p/android/issues/detail?id=62113。来自错误报告:

  

我们的理论是IDE正在尝试安装APK   模拟器仍然在启动之前,它已经准备好了   安装在里面。如果这个理论是正确的,我们需要让IDE做到   更好地检测仿真器所处的状态并让它等待   直到它准备好了;在此期间,尝试通过启动来解决它   手动模拟器,让它进入锁屏并解锁   它,然后在迭代构建和启动时让它继续运行   来自IDE的应用程序。