Reputation: 25
I have two issues:
Upvotes: 1
Views: 285
Reputation: 44516
How to export as .apk
Worklight does not export the generated Android project to an .apk. For this you need to use the ADT plug-in provided by Google (which I see you already have installed).
Exporting an .apk comes in two flavors: debug mode and production mode.
To understand this concept, review the following documentation by Google:
The general steps are:
Error in project
This error as well, is not related to the generation of the Android project by Worklight. This error means that you are building the application with a certain API Level (in this case 18), but this API Level is not installed in your Android SDK.
Review the following documentation by Google:
To fix the error:
Upvotes: 4