In worklight it seems that the android package name is set by the varible ${packageName}
.
Where is this variable set? And how can I change it?
Right now the default seems to be com.applicationName
.
In the app im working on, this package name already exists in Google Play, so I would like to change it to com.corperationName.applicationName
.
I know I can do this via Ant during Android project compilation, but I was wondering if there was somewhere within Worklight I can do this.