Open tomgold182 opened 5 years ago
The problem is here. That class is unused, and also not recognized. By the way, PythonActivity
is now at org.kivy.android
(org.renpy.android
is deprecated).
Thanks! But how i apply this fix on buildozer? it compiles the original version only
בתאריך יום א׳, 24 בנוב׳ 2019 ב-2:35 מאת Francisco < notifications@github.com>:
The problem is here. That class is unused, and also not recognized. By the way, PythonActivity is now at org.kivy.android (org.renpy.android is deprecated).
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kivy/plyer/issues/520?email_source=notifications&email_token=AHLG7GCBC6ZLIJOSS73PSV3QVHD6DA5CNFSM4JASNOL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFAA5SA#issuecomment-557846216, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHLG7GAXRG7WAIPPCCGEPFLQVHD6DANCNFSM4JASNOLQ .
While it is not merged, you have to install my branch via pip. To do that, in you buildozer.spec, go to your requirements and replace plyer
for git+https://github.com/Franccisco/plyer/archive/android-camera-bug-fix.zip
Maybe you need to clean the .buildozer folder in your app's directory first.
Try it and leave a comment in https://github.com/kivy/plyer/pull/525, please.
Will keep you updated
@Franccisco I managed to apply your fix but now another issue occurs: b"Exception in connect function: Class not found b'org/jnius/NativeInvocationHandler'" i will open a seperate issue for that
Interesting project, but... is there a damn example that uses CAMERA functionality that really works with Android 8?
Here is my code:
Here is the Exception I am getting
Here is the buildozer file: