android: what is INSTALL_PARSE_FAILED_NO_CERTIFICATES error?
Posted
by mtmurdock
on Stack Overflow
See other posts from Stack Overflow
or by mtmurdock
Published on 2010-05-26T14:58:58Z
Indexed on
2010/05/26
15:01 UTC
Read the original article
Hit count: 773
I was trying to change my default/main/startup (whatever you call it) activity by editing the androidmanifest.xml file. All i did was change the android:name property. however, this completely broke the entire app. when i try to install it fails and reads
Installation error: INSTALL_PARSE_FAILED_NO_CERTIFICATES
when i tried to change it back to its previous state, it was still giving me the same error... what have i done!?!?!
© Stack Overflow or respective owner