Cordova – Where is the phonegap.js file for PhoneGap 3.0?

When I use phonegap to create my application to create an application, I don’t see phonegap.js anywhere, but it is referenced in index.html.

How do I get phonegap.js? I read something about what it created on the first run of the www folder, but that, but that’s ridiculous… isn’t it? Besides, I have done it without phonegap.js.

first try to build your app, for example :

phonegap build android

Then phonegap.js should be in:

/path/to/i-application/platform/android/assets/ WWW

When I use phonegap to create my application to create an application, I don’t see phonegap.js anywhere, but it is blocked in index.html Quote.

How do I get phonegap.js? I read something about what it created on the first run of the www folder, but that, but that’s ridiculous… isn’t it? In addition, I have done it without phonegap.js.

First try to build your application, for example:

phonegap Build android

Then phonegap.js should be in:

/path/to/my-application/platform/android/assets/www

Leave a Comment

Your email address will not be published.