Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

INSTALL_PARSE_FAILED_NO_CERTIFICATES error in Eclipse

Hi I have been looking at different post than we on the subject of error in error INSTALL_PARSE_FAILED_NO_CERTIFICATES Eclipse, but I have not yet found the cause and how to fix it. I attached a screenshot of my Eclipse to see an idea that visual.

I have no idea how to fix this.

Sign the application for publication in google play, since then, I get this error, it can be? I can do? because if they lose the project ...

thank you very much!

Capture my eclipse

Duplicated Android Manifest

like image 253
Jorgechu Avatar asked Oct 20 '12 09:10

Jorgechu


2 Answers

First sign your apk with jarsigner, then reinstall using adb install -r <apkfile> (or first uninstall the application that is signed with a proper certificate)

like image 200
Kalle Avatar answered Oct 14 '22 08:10

Kalle


For those with this problem...

Select V1 (jar signature) instead of V2 (full apk signature)

Selecting V2 could also cause this problem.enter image description here

like image 37
Cícero Moura Avatar answered Oct 14 '22 09:10

Cícero Moura