Process: com.google.android.inputmethod.latinjava.lang.NoClassDefFoundError:

153 views
Skip to first unread message

Tsrif Tsal

unread,
Dec 20, 2019, 8:12:41 PM12/20/19
to Kivy users support
Hi, I'm having this kind of problem and cannot resolve it.
I searched for similar problem on Internet and I didn't find anything helpful.

Crash on start.

This is logcat:

--------- beginning of crash
12-19 00:53:12.212  2123  2123 E AndroidRuntime: FATAL EXCEPTION: main
12-19 00:53:12.212  2123  2123 E AndroidRuntime: Process: com.google.android.inputmethod.latin, PID: 2123
12-19 00:53:12.212  2123  2123 E AndroidRuntime: java.lang.NoClassDefFoundError: Failed resolution of: Ljava/nio/file/Paths;
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at efg.<init>(PG:4)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at eem.a(PG:4)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at efb.<init>(PG:9)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at eem.<init>(PG:1)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at efc.<init>(PG:10)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at efc.a(PG:16)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at com.google.android.apps.inputmethod.libs.handwriting.ime.HandwritingImeExtension.a(PG:4)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at khy.b(PG:15)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at khy.a(PG:29)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at kih.a(PG:100)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at kig.b(PG:10)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at kia.run(PG:2)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at kjt.d(PG:7)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at kjw.b(PG:8)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at kjs.a(PG:10)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at kjs.a(PG:11)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at kke.run(PG:7)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:815)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:104)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at android.os.Looper.loop(Looper.java:207)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5710)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:900)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:761)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: Didn't find class "java.nio.file.Paths" on path: DexPathList[[zip file "/data/app/com.google.android.inputmethod.latin-1/base.apk"],nativeLibraryDirectories=[/data/app/com.google.android.inputmethod.latin-1/lib/arm64, /data/app/com.google.android.inputmethod.latin-1/base.apk!/lib/arm64-v8a, /vendor/lib64, /system/lib64]]
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: ... 24 more
12-19 00:53:12.212  2123  2123 E AndroidRuntime: Suppressed: java.lang.ClassNotFoundException: java.nio.file.Paths
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at java.lang.Class.classForName(Native Method)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
12-19 00:53:12.212  2123  2123 E AndroidRuntime: ... 25 more
12-19 00:53:12.212  2123  2123 E AndroidRuntime: Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack trace available

Robert Flatt

unread,
Dec 20, 2019, 8:23:03 PM12/20/19
to Kivy users support
Where there any errors or warnings in the Buildozer build ?
What version of Java is installed?

Tsrif Tsal

unread,
Dec 20, 2019, 8:27:33 PM12/20/19
to Kivy users support
Here is the log just from the beggining. Java 8.

# Check configuration tokens
# Ensure build layout
# Check configuration tokens
# Preparing build
# Check requirements for android
# Run 'dpkg --version'
# Cwd None
Debian 'dpkg' package management program version 1.19.0.5 (amd64).
This is free software; see the GNU General Public License version 2 or
later for copying conditions. There is NO warranty.
# Search for Git (git)
#  -> found at /usr/bin/git
# Search for Cython (cython)
#  -> found at /home/jovan/anaconda3/bin/cython
# Search for Java compiler (javac)
#  -> found at /usr/lib/jvm/java-8-openjdk-amd64/bin/javac
# Search for Java keytool (keytool)
#  -> found at /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool
# Install platform
# Run 'git config --get remote.origin.url'
# Cwd /home/jovan/Documents/kivy/deploy/.buildozer/android/platform/python-for-android
# Run 'git branch -vv'
# Cwd /home/jovan/Documents/kivy/deploy/.buildozer/android/platform/python-for-android
* master dd69749f [origin/master] Merge pull request #1955 from kivy/release-2019.08.09
# Run '/usr/bin/python3 -m pip install -q --user \'appdirs\' \'colorama>=0.3.3\' \'jinja2\' \'six\' \'enum34; python_version<"3.4"\' \'sh>=1.10; sys_platform!="nt"\' \'pep517\' \'pytoml\' \'virtualenv\''
# Cwd None
# Apache ANT found at /home/jovan/.buildozer/android/platform/apache-ant-1.9.4
# Android SDK found at /home/jovan/.buildozer/android/platform/android-sdk
# Recommended android's NDK version by p4a is: 17c
# Android NDK found at /home/jovan/.buildozer/android/platform/android-ndk-r17c
# Check application requirements
# Check garden requirements
# Compile platform
# Run '/usr/bin/python3 -m pythonforandroid.toolchain create --dist_name=vozen_park --bootstrap=sdl2 --requirements=python3,kivy,numpy,requests,opencv,android,pyjnius --arch arm64-v8a --copy-libs --color=always --storage-dir="/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a" --ndk-api=21'
# Cwd /home/jovan/Documents/kivy/deploy/.buildozer/android/platform/python-for-android
# Build the application #12
# Copy application source from /home/jovan/Documents/kivy/deploy
# Create directory /home/jovan/Documents/kivy/deploy/.buildozer/android/app
# Copy /home/jovan/Documents/kivy/deploy/main.py
# Copy /home/jovan/Documents/kivy/deploy/listaTablici.py
# Copy /home/jovan/Documents/kivy/deploy/videokivy.py
# Copy /home/jovan/Documents/kivy/deploy/main.kv
# Copy /home/jovan/Documents/kivy/deploy/mainAdd.py
# Copy /home/jovan/Documents/kivy/deploy/listaTablici.kv
# Copy /home/jovan/Documents/kivy/deploy/main.ini
# Copy /home/jovan/Documents/kivy/deploy/mainAdd.kv
# Create directory /home/jovan/Documents/kivy/deploy/.buildozer/android/app/images
# Copy /home/jovan/Documents/kivy/deploy/images/cover.jpg
# Copy /home/jovan/Documents/kivy/deploy/images/najdi.png
# Copy /home/jovan/Documents/kivy/deploy/images/lista.png
# Copy /home/jovan/Documents/kivy/deploy/images/iks.png
# Copy /home/jovan/Documents/kivy/deploy/images/podesuvanja.png
# Copy /home/jovan/Documents/kivy/deploy/images/kola.png
# Copy /home/jovan/Documents/kivy/deploy/images/camera.png
# Copy /home/jovan/Documents/kivy/deploy/images/icon.png
# Package the application
# project.properties updated
# Gradle project detected, copy files /home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/src/main/java
# Run '/usr/bin/python3 -m pythonforandroid.toolchain apk --debug --bootstrap=sdl2 --dist_name vozen_park --name \'Возен парк\' --version 0.1 --package org.test.vozen_park --minsdk 21 --ndk-api 21 --private /home/jovan/Documents/kivy/deploy/.buildozer/android/app --permission CAMERA --permission INTERNET --permission READ_EXTERNAL_STORAGE --permission WRITE_EXTERNAL_STORAGE --icon /home/jovan/Documents/kivy/deploy/./images/icon.png --orientation sensor --window --copy-libs --arch arm64-v8a --color=always --storage-dir="/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a" --ndk-api=21'
# Cwd /home/jovan/Documents/kivy/deploy/.buildozer/android/platform/python-for-android
Listing '/tmp/p4a-extra-env-dddqovp1'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/app'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/app/_applibs'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/app/images'...
Compiling '/home/jovan/Documents/kivy/deploy/.buildozer/android/app/listaTablici.py'...
Compiling '/home/jovan/Documents/kivy/deploy/.buildozer/android/app/main.py'...
Compiling '/home/jovan/Documents/kivy/deploy/.buildozer/android/app/mainAdd.py'...
Compiling '/home/jovan/Documents/kivy/deploy/.buildozer/android/app/sitecustomize.py'...
Compiling '/home/jovan/Documents/kivy/deploy/.buildozer/android/app/videokivy.py'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/modules'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/Kivy-1.11.1-py3.7.egg-info'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/android'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/jnius'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/jnius/src'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/jnius/src/org'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/jnius/src/org/jnius'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/core'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/core/audio'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/core/camera'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/core/clipboard'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/core/gl'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/core/image'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/core/spelling'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/core/text'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/core/video'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/core/window'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/data'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/data/fonts'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/data/glsl'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/data/images'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/data/keyboards'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/data/logo'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/deps'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/effects'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/extras'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/garden'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/graphics'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/graphics/cgl_backend'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/include'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/input'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/input/postproc'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/input/providers'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/lang'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/lib'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/lib/gstplayer'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/lib/vidcore_lite'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/modules'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/network'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/storage'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/tools'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/tools/gles_compat'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/tools/highlight'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/tools/packaging'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/tools/packaging/pyinstaller_hooks'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/tools/pep8checker'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/tools/theming'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/tools/theming/defaulttheme'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/uix'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/uix/behaviors'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/kivy/uix/recycleview'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/numpy'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/numpy/compat'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/numpy/core'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/numpy/core/include'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/numpy/core/include/numpy'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/numpy/core/lib'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/numpy/core/lib/npy-pkg-config'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/numpy/distutils'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/numpy/distutils/command'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/numpy/distutils/fcompiler'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/numpy/distutils/mingw'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/numpy/doc'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/numpy/f2py'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/numpy/f2py/src'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/numpy/fft'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/numpy/lib'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/numpy/linalg'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/numpy/ma'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/numpy/matrixlib'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/numpy/polynomial'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/numpy/random'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/numpy/testing'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/numpy/testing/_private'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/pkg_resources'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/pkg_resources/_vendor'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/pkg_resources/_vendor/packaging'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/pkg_resources/extern'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/pyjnius-1.2.1.dev0-py3.7.egg-info'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/requests'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/requests/packages'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/requests/packages/chardet'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/requests/packages/idna'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/requests/packages/urllib3'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/requests/packages/urllib3/contrib'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/requests/packages/urllib3/packages'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/requests/packages/urllib3/packages/backports'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/requests/packages/urllib3/packages/ssl_match_hostname'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/requests/packages/urllib3/util'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/requests-2.13.0-py3.7.egg-info'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/setuptools'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/setuptools/_vendor'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/setuptools/_vendor/packaging'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/setuptools/command'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/setuptools/extern'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/setuptools-40.9.0-py3.7.egg-info'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/usr'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/usr/local'...
Listing '/home/jovan/Documents/kivy/deploy/.buildozer/android/platform/build-arm64-v8a/dists/vozen_park/_python_bundle/_python_bundle/site-packages/usr/local/bin'...
WARNING: Received a --sdk argument, but this argument is deprecated and does nothing.
No compiled python is present to zip, skipping.
No setup.py/pyproject.toml used, copying full private data into .apk.
Applying Java source code patches...
Applying patch: src/patches/SDLActivity.java.patch
Warning: failed to apply patch (exit code 1), assuming it is already applied: src/patches/SDLActivity.java.patch
# Android packaging done!
# APK vozen_park-0.1-arm64-v8a-debug.apk available in the bin directory
# Run '/home/jovan/.buildozer/android/platform/android-sdk/platform-tools/adb devices'
# Cwd None
List of devices attached
P7G68SQG5PZ58SGY device

# Deploy on P7G68SQG5PZ58SGY
# Run '/home/jovan/.buildozer/android/platform/android-sdk/platform-tools/adb install -r "/home/jovan/Documents/kivy/deploy/bin/vozen_park-0.1-arm64-v8a-debug.apk"'
# Cwd /home/jovan/.buildozer/android/platform
Performing Push Install
/home/jovan/Documents/kivy/deploy/bin/vozen_park-0.1-arm64-v8a-debug.apk: 1 file pushed. 3.0 MB/s (32592161 bytes in 10.278s)
pkg: /data/local/tmp/vozen_park-0.1-arm64-v8a-debug.apk
Success
# Application pushed.
# Run on P7G68SQG5PZ58SGY
# Run '/home/jovan/.buildozer/android/platform/android-sdk/platform-tools/adb shell am start -n org.test.vozen_park/org.kivy.android.PythonActivity -a org.kivy.android.PythonActivity'
# Cwd /home/jovan/.buildozer/android/platform
Starting: Intent { act=org.kivy.android.PythonActivity cmp=org.test.vozen_park/org.kivy.android.PythonActivity }
# Application started.
# Run 'dpkg --version'
# Cwd None
Debian 'dpkg' package management program version 1.19.0.5 (amd64).
This is free software; see the GNU General Public License version 2 or
later for copying conditions. There is NO warranty.
# Search for Git (git)
#  -> found at /usr/bin/git
# Search for Cython (cython)
#  -> found at /home/jovan/anaconda3/bin/cython
# Search for Java compiler (javac)
#  -> found at /usr/lib/jvm/java-8-openjdk-amd64/bin/javac
# Search for Java keytool (keytool)
#  -> found at /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool
# Run '/home/jovan/.buildozer/android/platform/android-sdk/platform-tools/adb logcat '
# Cwd /home/jovan/.buildozer/android/platform

Robert Flatt

unread,
Dec 20, 2019, 9:12:20 PM12/20/19
to Kivy users support
I see the message:       
    Didn't find class "java.nio.file.Paths"
Checking the docs:

Check the version used for the build.

Tsrif Tsal

unread,
Dec 20, 2019, 9:26:09 PM12/20/19
to Kivy users support
Thanks. Well that is probably the case.
I really didn't check for sdk version because I read somewhere that all of the code will be runnable with minimum android sdk 20.
Some of the requirements obviously expects higher sdk (>26) ?

Tsrif Tsal

unread,
Dec 20, 2019, 9:36:18 PM12/20/19
to Kivy users support
But my minimal (hello world app) is running OK with the same buildozer. I just checked.
What does this mean?

Tsrif Tsal

unread,
Dec 20, 2019, 9:56:57 PM12/20/19
to Kivy users support
It used sdk 27. Now I deleted .buildozer and started again. I guess default sdk will be 20.

Robert Flatt

unread,
Dec 20, 2019, 10:08:57 PM12/20/19
to Kivy users support
 What does this mean?

One or more of the calls that is in the full App, but not in Hello World, uses this Java.
Presumably whatever needs STORAGE permission (since the Java is Path)

It used sdk 27. Now I deleted .buildozer and started again. I guess default sdk will be 20.
 
I think Buildozer defaults to 27, the issue is perhaps min-sdk - but I really never fully understood those options, so I can't advise.

Tsrif Tsal

unread,
Dec 23, 2019, 8:20:55 AM12/23/19
to Kivy users support
I had a path issue with JsonStore. I solved it and the app is now working.
It still shows the same FATAL error but that doesn't take effect.
I managed to solve this problem with another android phone which is sdk 28 and it doesn't show this error and pointed me to the real error of JsonStore.

Robert Flatt

unread,
Dec 23, 2019, 11:01:19 PM12/23/19
to Kivy users support
Thanks for the followup.
Could be that this Java is not used.
Just be ceratin to test anything that uses file access really well on api < 26
Reply all
Reply to author
Forward
0 new messages