Goal: Send APK to someone else to install on their phone
I have an Android app that I made that has been working on my phone. I tried to send it to someone else but they are getting the error
"App not installed. This package appears to be corrupt."
I am using a Galaxy S6 and they are using a Galaxy S8 (we are both using Android Version 7.)
How this relates to others: Since originally making the app, I have worked on a different app and upgrading the gradle. I have also exported the APK for this new/different app as well (successfully). I'm not sure if either of these actions would cause a problem?
Not sure what My Android Studio/Gradle was on, but it currently says Android Studio 2.3.2 and Gradle Version 3.3
What I have tried:
- Exporting the signed APK from Android Studio (and emailed it)
- Sent copy of APK from my Android Device (Galaxy S6) to my computer (and emailed it)
- Building and rebuilding
- Looked up stackoverflow articles on this such as: Getting error message: "The package appears to be corrupt.", "The package appears to be corrupt" while installing APK on Galaxy S7
What else could I be missing?