Click here to Skip to main content
15,886,014 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi
I have an .apk file and I want to cange the data in that db file in assets folder
But when I extrack and change and agane compress file I cant install software !!
whay ?
how I can change data and file in apk files ??
Posted

1 solution

The APK is signed with a private key to detect changes to the package and prevent installation when it is changed. This is for security reasons. Maybe you might be able to install it when you disable security options. Check settings for apps/security/dev options.

Good luck!
 
Share this answer
 
Comments
‫محم د‬‎ 11-Oct-14 2:51am    
Not work !
I try it :(

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