2016-01-31 52 views
0

我在Android Studio中遇到了模拟器问题。我使用了ARM系统映像的版本。Android Studio probem with emulator

当我开始应用程序,这个错误走进运行应用程序控制台上的底部:

Target device: Nexus_S_API_23_2_ARM [emulator-5556] 
Installing APK:C:\Users\Martin\AndroidStudioProjects\MyApplication4\app\build\outputs\apk\app-debug.apk 
Uploading file to: /data/local/tmp/com.example.martin.myapplication.app 
Installing com.example.martin.myapplication.app 
DEVICE SHELL COMMAND: pm install -r "/data/local/tmp/com.example.martin.myapplication.app" 
Error: Could not access the Package Manager. Is the system running? 

DEVICE SHELL COMMAND: pm uninstall com.example.martin.myapplication.app 
DEVICE SHELL COMMAND: pm install -r "/data/local/tmp/com.example.martin.myapplication.app" 
com.android.ddmlib.AdbCommandRejectedException: device 'emulator-5556' not found 

回答

1

我会建议你使用Genymotion模拟器。它比Android Studio提供的模拟器快。搜索Genymotion。它真的很棒

+0

谢谢,我会检查出来 –

相关问题