...">

Phonegap run android Error executing "adb devices": ** daemon still does not work node_modules \ q \ q.js: 126 throw e;

C:\NodeJS\PhoneGapApp1>phonegap run android --emulator
[phonegap] detecting Android SDK environment...
[phonegap] using the local environment
[phonegap] compiling Android...
[phonegap] successfully compiled Android app
[phonegap] installing app onto emulator
[error] An error occurred while emulating/deploying the android project.
C:\NodeJS\PhoneGapApp1\platforms\android\cordova\node_modules\q\q.js:126
                throw e;
                      ^
Error executing "adb devices": ** daemon still not running

error: cannot connect to daemon

For the first time with a phone, and none of the solutions on the Internet worked, all its fresh updated installation of phonegap and android sdk. I don’t have an eclipse or something that I want to start with any simple text editor, I just want to be able to run android -emulator to work with the phone and run from there. This is very disappointing, I thought using phonegap is as easy as using your knowledge in html, css and javascript, and phone markup will port it.

+4
source share
3 answers

Phonegap, . , - - cordova cli , , SDK Android, ... ...

"" Android SDK, "adb_has_moved.txt". , , adb "platform-tools". adbadd adb, " " PATH.

, .

+8

, ( - C:\Program Files (x86)\Android\android-sdk\platform-tools) PATH, ( PATH ) "Android- Android". ADB .

+5

All Articles