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

when i use buildozer and python3crystax to build apk it not work ? #380

Closed
rayyuan5010 opened this issue Nov 20, 2017 · 2 comments
Closed

Comments

@rayyuan5010
Copy link

rayyuan5010 commented Nov 20, 2017

  1. i use python3 to run on windows and ubuntu (notification) it work! but when i run on macos (python3) say pyobjus no autoclass and i use python2 it can run but cant see any notify.

  2. i use buildozer + python3crystax to build apk when it run on android (i try on >= 5.0) all have same error "Accessing org.renpy.android.PythonActivity is deprecated and will be removed in a future version. ".

  3. i change Activity in init but it still no any notify it wont have any error message .

@sigmaSd
Copy link

sigmaSd commented Jan 30, 2018

Hi I fixed it by adding 'git+https://github.com/kivy/plyer.git' and 'android' to requirement,
taken from here #257

@KeyWeeUsr
Copy link
Contributor

  1. macOS notification NSUserNotificationCenter is deprecated + missing Info.plist #449
  2. In this case use org.kivy.android.PythonActivity instead. We'll need to figure out a safer way than replacing the strings, since pygame bootstrap of python-for-android still uses renpy folder

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

3 participants