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
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.
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. ".
i change Activity in init but it still no any notify it wont have any error message .
The text was updated successfully, but these errors were encountered:
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
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.
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. ".
i change Activity in init but it still no any notify it wont have any error message .
The text was updated successfully, but these errors were encountered: