Page 2 of 2

Android error "There was a problem parsing the package." when installing

Posted: Tue May 19, 2015 5:37 pm
by Crystal Taggart

Mine has 16 in it:

I changed it to 8 as She suggested and it's now working. Thanks!

Did this change recently because it worked on Saturday?


Android error "There was a problem parsing the package." when installing

Posted: Wed May 20, 2015 12:22 am
by She

I think yes, they increased the version requirement


Android error "There was a problem parsing the package." when installing

Posted: Sun Jan 10, 2016 11:12 pm
by OldeDeBolde

Hi, I have the same issue while installing my app on older android versions too. I get the "There was a problem parsing the package". On OS 5.1 the app can be installed without any issues

In my androidManifest of the app I have:

Code: Select all

 <!-- GCM requires Android SDK version 2.2 (API level 8) or above. -- 

Can I change this to 8 without I run into other problems and can the app then be installed on older android versions?

Thanks. I appreciate your help.


Android error "There was a problem parsing the package." when installing

Posted: Mon Jan 11, 2016 7:30 am
by Evgene Karachevtsev

Hello OldeDeBolde,

You can try, but please note that you're doing this on your own risk, because officially we don't support old Android versions.


Android error "There was a problem parsing the package." when installing

Posted: Mon Jan 11, 2016 4:35 pm
by OldeDeBolde

Hi Evgene,

I want to test this. What do you advise only change the minSdkVersion or targetSdkVersion too?

Code: Select all

 <!-- GCM requires Android SDK version 2.2 (API level 8) or above. --

Android error "There was a problem parsing the package." when installing

Posted: Tue Jan 12, 2016 7:09 pm
by Serhii Kulibaba

Hello,

Both of them


Android error "There was a problem parsing the package." when installing

Posted: Thu Jan 14, 2016 12:30 am
by OldeDeBolde

Ok will try this. I updated the OS of the android that gave the error message and after update I was able to install the package. SO its version related. I will try this out and test if the package still is fully functional on the latest android OS version.

Thanks Sergiy!