longjunyu2 / winlator

Android application for running Windows applications with Wine and Box86/Box64
https://winlator.org
Other
213 stars 27 forks source link

minSdkVersion #82

Closed kilrathu closed 2 weeks ago

kilrathu commented 2 weeks ago

On Samsung Devices (and probably others) a warming message is displayed because the software was built with a target of an older API. It seems like minSdkVersion needs to be set in the manifest. Apologies if I am mistaken.

lvonasek commented 2 weeks ago

The warning is due to targetSDKVersion.

It is intention to keep the old version because the legacy storage access works faster than the scoped storage which is required by the new SDK.