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
However, the generated apk file contains no classes from core-3.3.1.jar. Even if I pass a JPEG image to android.add_jars, pythonforandroid does not complain.
I'm using the current master (8829312) for python-for-android.
Spec file: buildozer.spec
Let me know if I can provide more information.
The text was updated successfully, but these errors were encountered:
I'm trying to add classes from a jar file to the generated apk so I can use them with pyjnius.
In the buildozer spec file I added
Buildozer seems to pass that correctly to pythonforandroid:
However, the generated apk file contains no classes from
core-3.3.1.jar
. Even if I pass a JPEG image toandroid.add_jars
, pythonforandroid does not complain.I'm using the current master (8829312) for python-for-android.
Spec file: buildozer.spec
Let me know if I can provide more information.
The text was updated successfully, but these errors were encountered: