You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default android.sdk setting of 21 causes sensor-based rotatation to fail on Android due to python-for-android issue kivy/python-for-android#148
Ideally, we should fix this by fixing the py4a issue.
Right now you cannot work around this issue because buildozer uses the android.sdk option to both determine which SDK to download and use to compile and to determine what gets sent to py4a's build.py as the --sdk value. These two things should be separated so that you can compile with one SDK (21) but target another (12). More information about this topic can be found at http://developer.android.com/guide/topics/manifest/uses-sdk-element.html
The text was updated successfully, but these errors were encountered:
The default android.sdk setting of 21 causes sensor-based rotatation to fail on Android due to python-for-android issue kivy/python-for-android#148
Ideally, we should fix this by fixing the py4a issue.
Right now you cannot work around this issue because buildozer uses the android.sdk option to both determine which SDK to download and use to compile and to determine what gets sent to py4a's build.py as the --sdk value. These two things should be separated so that you can compile with one SDK (21) but target another (12). More information about this topic can be found at http://developer.android.com/guide/topics/manifest/uses-sdk-element.html
The text was updated successfully, but these errors were encountered: