[Please help] How to create android APK that cannot unpack?

Problem:

I am create android APK by using command:

ionic build android

Then I am go to path platforms/android/build/outputs.
Then use following step:

  1. Rename file .apk to .zip
  2. Open the file.
  3. All source code in www folder will be found.

Anyone how to create android APK that cannot unpack?

Please help
thanks

It’s not possible, the only thing you can do is to obfuscate your code by minifying it.

Good Idea helpful information.

Thanks !!!