Closed haxpor closed 5 years ago
Thanks this was above my level to add. So the apk file is now 45MB that leaves 55MB for the apk that kind of sucks.
@msmalik681 it doesn't add up like that actually. Final .apk for OpenBOR app is 3.6 MB for release build, and 3.9 MB for debug build. The size shown for dependencies you see will be stripped automatically by gradle. Those incurred size in deps are for debug-info for devs to easily debug the app while developing.
@haxpor question: is there a way to change the "stretch to screen" option to accept non 16:9 resolutions? I have a more wider phone (uses 18:7) resolution and some apps accepts it - some will try to stretch, some will accept pinch command to make it to strecth
@dbaldan nice for you to report this. I quickly checked the code and it should work for any screen (if i'm not wrong). Would you please create another issue with attached screenshot, I'll take a look. Thanks!
Pull Request
General Description
First of all, thanks to @msmalik681 to notify me about upcoming enforced requirement (coming in August 2019) pushing by Google for all apps to be 64-bit compatible. I checked up, OpenBOR is still bundled with pre-built 32-bit libraries. This PR will clear such issue + improvements for android.
Summary of Changes
(Additional information is below)
Pre-built 64-bit libraries
Total size is 45 MB (of this pre-built directory) as for this spanning into 2 architectures
arm64-v8a
andarmeabi-v7a
built for release build + debug-info. The latter plays key role in increased size.Note
arm64-v8a
alone works), or both. All green.