https://bugs.winehq.org/show_bug.cgi?id=48366
--- Comment #1 from vyproyects@gmail.com --- My recommendations are, first upgrade compileSdkVersion with latest Android SDK and fix compile problems
Then try to upgrade targetSdkVersion to 23 (android 6.0) and request permissions on runtime.
Then upgrade targetSdkVersion to 24 (android 7) and fix any problem. Also check split windows which was introduced on this version.
Then upgrade targetSdkVersion to 28 (android 9) as Android 10 has quite security features that could make wine not to work and fix any problem. Most significant changes on Android 8 are notifications channels. So this could also fail.
Last, upgrade it to targetSdkVersion 29 (android 10) and fix any upcoming problem again.