Aleksandrenko
Aleksandrenko

Reputation: 3065

Phonegap build installing app onto emulator failing

I'm trying to run a clean build phonegap project but got an error.

...
[phonegap] installing app onto emulator
   [error] An error occurred while emulating/deploying the android project. 
...

I have an android virtual device!?

enter image description here

Upvotes: 0

Views: 122

Answers (1)

cheezy
cheezy

Reputation: 456

From the looks of it, you're just missing the correct path to ADB. I'd recommend modifying your $PATH environment variable so that it looks in the Android SDK directory and seeing if it works.

Upvotes: 1

Related Questions