I'm getting an error when installing on Android: "There was a problem parsing the package." I've deleted my project folder and selected undo source code changes to regenerate it but no luck. The iPhone build seems to be working correctly. Any ideas?
The only thing that I've noticed is the pom.xml has the following groupid:
io.appery.projectId-parent while the package name in the app settings contains this: io.appery.projectId
The projectId is the appery-generated project name. I tried removing the -parent from the pom.xml in the root folder but then got a build error. (The groupId in the project folder is correct.)