love2d / love-android

Android build setup for LÖVE.
https://love2d.org
Other
207 stars 72 forks source link

can't install build release apk #250

Closed boris-741 closed 1 year ago

boris-741 commented 1 year ago

OS Androoid 11 last github copy (11.5) debug build instal and run but release won't install on real phone Samsung M01

normal/embed/Record/NoRecord not successful lib armeabi-v7a included in the package (I checked with zip)

debug build instal and run successful debug and release build from android studio 2022.2.1 os windows

MikuAuahDark commented 1 year ago

Release APK that's compiled from Android Studio is not signed. Android prevents anyone installing unsigned APK. You must sign it first!