Używam IntelliJ IDEA12.1.3 dla Android Rozwój.emulator Urządzenie nie jest gotowe czekając na 20 sekund
Używam aplikacji Hello world, ale po uruchomieniu emulatora pojawia się komunikat w linii poleceń, że urządzenie nie jest gotowe czekać 20 sekund.
Uploading file
local path: C:\Users\Haseeb\IdeaProjects\untitled\out\production\untitled\untitled.apk
remote path: /data/local/tmp/com.example.untitled
Installing com.example.untitled
DEVICE SHELL COMMAND: pm install -r "/data/local/tmp/com.example.untitled"
Device is not ready. Waiting for 20 sec.
DEVICE SHELL COMMAND: pm install -r "/data/local/tmp/com.example.untitled"
Device is not ready. Waiting for 20 sec.
DEVICE SHELL COMMAND: pm install -r "/data/local/tmp/com.example.untitled"
Device is not ready. Waiting for 20 sec.
DEVICE SHELL COMMAND: pm install -r "/data/local/tmp/com.example.untitled"
Device is not ready. Waiting for 20 sec.
Czy widzisz emulator w wynikach polecenia 'adb devices' w stanie' online'? – CrazyCoder
Sprawdź ten link. to zadziałało dla mnie. [wpisać opis link tutaj] [1] [1]: http://stackoverflow.com/questions/8936363/how-do-i-run-android-tests-in-the -emulator-using-intellij – Soheil