Pooran
Pooran

Reputation: 1690

IBM Worklight Project without Cordova features.. I selected Hybrid application

I created a Hybrid Application in IBM Worklight. Added android as destination. When I tried compiling it was not able to identify cordova.js or any phonegap code. So when I searched for Cordova.jar or cordova.js, it was no where to be found.

Has anybody faced this issue and any other way of manually fixing it?

Thanks and regards, Pooran

Upvotes: 0

Views: 252

Answers (1)

Anton
Anton

Reputation: 3166

Once you build a project that has Android (or any other mobile) environment Worklight studio will automatically generate a native Android project containing your web resources in project/apps/your-app-name/android/native folder. This project will be automatically imported into your Eclipse.

Cordova.js and Cordova.jar files are added automatically to this native project.

Upvotes: 1

Related Questions