error while installing android application : problem parsing the package

maram25

New Member
Joined
May 19, 2011
Messages
2
Reaction score
0
Hi
Im new in developping Android Application,
my first application worked fine in the emulator, using Version 1.6, so it should work well with all versions, obviously..

When i installed it on Android mobile 2.2, it also worked fine, but when installing it on 2.1, i got the error message : "There is a problem parsing the package"
is there a probleme with this version? i dont know if this has anything to do with my problem, but in the manifest i put "<uses-sdk android:minSdkVersion="8" />"

Im really stuck here, can you help me please!!

Other information, it works with google's phones but not with others like samsung galaxy S

Thanks!
 
Last edited:
OP
M

maram25

New Member
Joined
May 19, 2011
Messages
2
Reaction score
0
After hours of search, i found a little answer, actually it has every thing to do with the manifest, i changed the minSdkVersion="8" to minSdkVersion="7", and it worek on the first samsung mobile that i found, i have to check with other mobiles, but i think that is the solution!
There, for any one who will have this kind of issue!
 
Top