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 :
Import Project(Eclipse,ADT etc)
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
Check whether you get this dialog(If not, not a prob)
- If Yes, make sure you select all the libraries.
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"