2016-01-31 85 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

謝謝,我會檢查出來 –

相關問題