Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default android.sdk setting causes sensor rotate on Android to fail #32

Closed
brousch opened this issue Sep 12, 2013 · 2 comments
Closed

Comments

@brousch
Copy link
Contributor

brousch commented Sep 12, 2013

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

@tito
Copy link
Member

tito commented Oct 14, 2013

Latest python-for-android should fix this one. Check kivy/python-for-android#148 for the commit

@brousch
Copy link
Contributor Author

brousch commented Oct 29, 2013

Fixed by #148

@brousch brousch closed this as completed Oct 29, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants