abustany/flouze

Published APKs fail on 64bit devices

Closed this issue · 1 comments

Flutter includes libflutter.so for 32-bit ARM only in published APKs, but we include the flouze_flutter libraries for all supported architectures. This makes Android believe that the APK is 64-bit capable, but the app will crash on startup since a 64-bit version of libflutter.so is not included.

Fixed in 405d6ea