Click here to Skip to main content
15,911,715 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I am going to decompile apk and recompile.
My purpose is only for study and how android apk works, not for other bad purposes.

I tried to decompile apk and knew how apk was made.

I saw many solutions to recompile again on googling, but recompiled apk can't be installed on machine.

Error message is INSTALL_PARSE_FAILED_NO_CERTIFICATES.

I think this is caused by certification problems.

Who can explain this?
Posted
Comments
Suvendu Shekhar Giri 8-Dec-15 9:51am    
Have you changed anythnig in the AndroidManifest.xml file?
icmtop 8-Dec-15 10:21am    
No, I didn't changed anything in decompiled source.
Only I recompiled again, and failed.
Stephen Hewison 8-Dec-15 10:47am    
You can't install an APK over the top of an installed application with the same package name if the signing certificate is different. Did you uninstall the original APK which you decompiled?
icmtop 8-Dec-15 16:22pm    
There is no installed application with the same package name on my phone.
Recompiled app is first install. But failed.

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900