Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Dear,

I created a program and made APK file. After that i change the extension and put .zip file and when i extract that file it shows all my file.

It means anyone can extract and see, then there is no security.

How to do more security.

What I have tried:

I tried proguard for this. but how to incorporate with the APK file.
Posted
Comments
Herman<T>.Instance 10-May-16 9:41am    
Tried to set a password while creating the ZIP???
Mike (Prof. Chuck) 26-May-16 3:40am    
if proguard is used right, it obfuscates your apk, so all your classes and methods are named like a.aa.aba.a(x,xx,xzzx) and no one can read it.
Also release-sign your apk with a keystore and private key. You need to do that anyway before you can put your app to the play store.

Please follow the guidelines by Google.
https://developer.android.com/studio/publish/app-signing.html

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