-1

I'm requesting your help because I've made an app on Android studio, which works fine on my phone with usb debugging. I tried to build the unsigned apk with gradle but it won't install and my phone says that "the package must be corrupted" when I try to install it. I also managed to install a debug version apk on my friend's phone, it installed but kept on crashing regularly and was unusable. I probably have wrong settings in my project, but I'm new to this and don't really know what to do. Thanks for your help

1 Answers1

1

Goto Build Option->Choose Build APK(S) and then generate debug APK and that APK you can install in your device

Mahesh Vayak
  • 1,056
  • 12
  • 25