I ha开发者_开发百科ve a LG P500
with Android 2.2
and when I want to install any .apk
a message appears:
"There is problem parsing package"
I think there might be change in .apk names , difference in versions, check here , "Parse Error : There is a problem parsing the package" while installing Android application Any of those cases you might be encountering
Did you build your .apk using Android 2.2 or earlier? I had the same problem and found that I compiled the .apk using a SDK version (4.0.3) which was greater than the version my phone supported (2.3.4). I rebuilt my application using SDK 2.3.3 (with some porting mods). I was able to install if after doing so.
its possible your device doesn't meet the minimum processor or gpu requirements of the application.
If the device Android OS version is not compatible with the .apk file Like .apk file is build in minimum sdkversion 15,and sdktarget 17(ICS) and you have device version 2.3 (gingerbread)
精彩评论