Page 1 of 2
Android error "There was a problem parsing the package." when installing
Posted: Mon May 18, 2015 2:58 pm
by Crystal Taggart
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.)
Android error "There was a problem parsing the package." when installing
Posted: Mon May 18, 2015 4:57 pm
by Serhii Kulibaba
Hello,
Could you clarify have you changed anything on Source tab? This:(http://devcenter.appery.io/tutorials/...) doc should help.
Android error "There was a problem parsing the package." when installing
Posted: Mon May 18, 2015 6:58 pm
by Crystal Taggart
No - I have not changed the source tab and actually deleted the folder and selected 'undo source code changes' to regenerate the source code but I am still getting the error.
It was compiling/installing on Saturday with no issues but now suddenly isn't working.
Android error "There was a problem parsing the package." when installing
Posted: Tue May 19, 2015 2:38 am
by She
Hi Team,
I also experiencing this problem the below is the screenshot:
look at the EDS SAMS v1.0.4 there's no icon like EDS SAMS v1.0.1
https://d2r1vs3d9006ap.cloudfront.net...
https://d2r1vs3d9006ap.cloudfront.net...
Android error "There was a problem parsing the package." when installing
Posted: Tue May 19, 2015 3:08 am
by She
Hi,
I think i know whats the problem now, when the appery upgraded the site last sunday, the minimum sdk version now is 4.1.x which is jelly_bean. my phone version is only 4.0.x. https://d2r1vs3d9006ap.cloudfront.net...
how can i go back to the minimum version to 3.0.x - 4.0.x?
anyone can help me how to do that?
Actually yesterday there's no problem about compiling to apk. but now i already get this problem. i hope you guys can help me here.
Thank you.
Android error "There was a problem parsing the package." when installing
Posted: Tue May 19, 2015 3:27 am
by She
I already figured it out, i dont know if this is correct i just edit the minimum and target in the manifest screenshot is in below:
https://d2r1vs3d9006ap.cloudfront.net...
please guide me to the right path if im wrong. thank you
Android error "There was a problem parsing the package." when installing
Posted: Tue May 19, 2015 8:55 am
by Evgene Karachevtsev
Hello Crystal,
Could you please check the sdk version as She suggested?
Android error "There was a problem parsing the package." when installing
Posted: Tue May 19, 2015 8:57 am
by Evgene Karachevtsev
Hello She,
You are right, the min sdk version was changed in this release and it looks like you found the way to circumvent this.
Android error "There was a problem parsing the package." when installing
Posted: Tue May 19, 2015 9:21 am
by She
Hi Evgene,
Thank you very much
Android error "There was a problem parsing the package." when installing
Posted: Tue May 19, 2015 9:34 am
by She
Hi,
if there are others, has the same problem they can check it in appery editor and go to:
Source Android [appname]AndroidManifest.xml
screenshot:
https://d2r1vs3d9006ap.cloudfront.net...
in my case that was originally version 16, so i changed it in API level8(Froyo 2.2.x) version of android.
you can check this link for the android api level:
http://en.wikipedia.org/wiki/Android_...
Goodluck everyone,
She