Skip to content Skip to sidebar Skip to footer

Cordova Hello World App Crashing

I am new in Android Development. I am working on cordova platform I have created a sample hello world app and getting this error when i am trying to open it in genymotion. ALthough

Solution 1:

First download Cordova jar file from following link:

http://www.java2s.com/Code/JarDownload/cordova/cordova-1.8.1.jar.zip

after that extract the folder and put cordova-1.8.1 inside your libs folder of project in eclipse

And right click on your project--> properties and Select Android from left pane and scroll to bottom remove the cordova library if added.

then clean and build your project.

Post a Comment for "Cordova Hello World App Crashing"