Reputation: 3065
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!?
Upvotes: 0
Views: 122
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