-
Notifications
You must be signed in to change notification settings - Fork 434
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
jnius.jnius.JavaException: Class not found b'org/renpy/android/PythonActivity' when trying to use the takePicture function #520
Comments
The problem is here. That class is unused, and also not recognized. By the way, |
Thanks! But how i apply this fix on buildozer? it compiles the
original version only
בתאריך יום א׳, 24 בנוב׳ 2019 ב-2:35 מאת Francisco <
notifications@github.com>:
…
https://github.com/kivy/plyer/blob/0b7d8a08108ccb43d751d3fb6fb4a40a21b1ff6c/plyer/platforms/android/camera.py#L9
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
<#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 |
Will keep you updated |
@franccisco I managed to apply your fix but now another issue occurs: |
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:
The text was updated successfully, but these errors were encountered: