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've successfully built the Webview test app for Python 3, NDK 19, API 24 and am now trying to get it to run -- starting the app gives "Attempting to get length of null array" when PythonActivity tries to load the application libraries.
I've traced this to addLibraryIfExists() in ./pythonforandroid/bootstraps/common/build/src/main/java/org/kivy/android/PythonUtil.java where it appears that libsDir doesn't exist and so the files variable is set to null. I'm uncertain as to how paths values in the debugger relate to those in the FileExplorer, but the debugger has the library path as /data/user/0/com.pandq.test/lib yet File Explorer shows the libraries inside /data/app/com.pandq.test-1/lib/arm64. Is some form of versioning going on?
The text was updated successfully, but these errors were encountered:
I've successfully built the Webview test app for Python 3, NDK 19, API 24 and am now trying to get it to run -- starting the app gives "Attempting to get length of null array" when PythonActivity tries to load the application libraries.
I've traced this to
addLibraryIfExists()
in./pythonforandroid/bootstraps/common/build/src/main/java/org/kivy/android/PythonUtil.java
where it appears thatlibsDir
doesn't exist and so thefiles
variable is set to null. I'm uncertain as to how paths values in the debugger relate to those in the FileExplorer, but the debugger has the library path as/data/user/0/com.pandq.test/lib
yet File Explorer shows the libraries inside/data/app/com.pandq.test-1/lib/arm64
. Is some form of versioning going on?The text was updated successfully, but these errors were encountered: