buildozer
buildozer copied to clipboard
Change the path to libjvm.so
SystemError: Error calling dlopen(b'/usr/java/jre1.8.0_333/jre/lib/amd64/server/libjvm.so': b'/usr/java/jre1.8.0_333/jre/lib/amd64/server/libjvm.so: cannot open shared object file: No such file or directory'
I need to change on /usr/java/jre1.8.0_333/lib/amd64/server/libjvm.so
How can I do it?
Hi @e-lunev ,
Can you please share the full log?
Traceback (most recent call last):
File "/home/kali/Desktop/android.py", line 1, in
When this error is showing up?
Когда появляется эта ошибка?
python android.py
from jnius import autoclass PythonActivity = autoclass('org.renpy.android.PythonActivity') activity = PythonActivity.mActivity Context = autoclass('android.content.Context') vibrator = activity.getSystemService(Context.VIBRATOR_SERVICE) vibrator.vibrate(10000)
Hello, I'm also getting this error. Any news about this?
Thanks in advance.
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have the means to take action. Please reach out if you have or find the answers we need so that we can investigate further.
Hasty closure. Reopining.