Skip to content Skip to sidebar Skip to footer

Package Org.apache.cordova Does Not Exist Android Studio

I am using apache cordova to make an application, so I have done all the steps for build in terminal: 'cordova build android', it works perfectly. When I use 'cordova run android',

Solution 1:

You have imported only your applications. Not the library projects.

Steps to import Phonegap project :

  1. Import Project(Eclipse,ADT etc)

  2. Select your project from the directory(Do not select Android directory, select will the whole project, then only all the cordova libs will be imported enter image description here

Check whether you get this dialog(If not, not a prob)enter image description here

  1. If Yes, make sure you select all the libraries.enter image description here

For Step 2, if you didnt get the dialog, click next and open your project. In that File-> Import Module to import all the libraries again.

Guess I'm clear


Post a Comment for "Package Org.apache.cordova Does Not Exist Android Studio"