I am trying to run an Android application in adt using a phone latch

I saw some example in SO, but this solution does not work with 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 saw the example below, but it doesn’t work. Error trying to launch an Android application on an emulator using a telephone conversation, how to fix it?

+4
source share
3 answers

I have a solution. My emulator was not running, so it showed an error. I started the emulator and now it works. Thanks to everyone who tried to help me.

+4
source

I just tried and got positive results. There is an error, but to get rid of it:

  • CLI android Android SDK.
  • Android 4.2.2 SDK ARM EABI v7a
  • Android- i-e phone android.
+2

You can check this and this tutorial . I think this will help you.

0
source

All Articles