Reputation: 23
We are currently using Worklight Enterprise Edition running in Windows. We created a mobile application using jQuery Mobile (and another Using Dojo Mobile) but we were unable to deploy it to a the device.
There is a problem parsing the package.
Is this the correct procedure to install the .apk file in device?
Upvotes: 1
Views: 3284
Reputation: 44516
Try the following:
Make sure the device is setup for development. Follow these instructions to enable so.
This will generate an unsigned .apk and install it onto the device.
Observe LogCat (Ctrl+3 and search for "LogCat" to add the panel) for errors.
If you cannot connect the device to the computer:
As a final attempt,
minSdkValue
to 8.Upvotes: 6