I am trying to run an android app in adt using phonegap
android, cordova
Solution
I have got the solution. My emulator was not started that's why it was showing error. I have started emulator the tried now it is working. Thanks everyone who tried to help me.
Problem
I have seen some example in SO but these solution doesn't work on my error. My error is below:- ``` [phonegap] compiling Android... [phonegap] successfully compiled Android app [phonegap] trying to install app onto device [phonegap] no device was found [phonegap] trying to install app onto emulator [error] An error occurred while emulating/deploying the android project. event.js:72 throw er;// Unhandled error exception ``` I have seen the below example but it is not working Error trying to run android app onto emulator with phonegap, how can I fix it?