0

I am making a game in unity 3D. When I make a signed build and try to install it on a phone it gives me the error APK not Installed. The package appears to corrupt.

But when I make an unsigned build everything works fine. But I need a signed apk.

My phone does not have already this app installed. My plugin is fully upgraded.

Retired Ninja
  • 4,785
  • 3
  • 25
  • 35
  • I would suggest trying to verify that the apk is signed correctly. This may help: https://stackoverflow.com/questions/7104624/how-do-i-verify-that-an-android-apk-is-signed-with-a-release-certificate `aapt`from the Android SDK and `apktool` from https://ibotpeaches.github.io/Apktool/ may also be helpful. – Retired Ninja Feb 27 '19 at 06:14
  • @RetiredNinja Thanks for your help. i have solved the problem. i simply just change the pc and make build. it solved my issue. – Ishfaq Ahmad Feb 28 '19 at 05:04

0 Answers0