FileNotFoundError: [Errno 2] /.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image/external not found #1734
I wanted to make an APK which takes in image input and using .tflite model makes predictions.
I'm new in using buildozer and kivy. I tried to debug to get the final debug APK but I'm faced with an error.
FileNotFoundError: [Errno 2] No such file or directory: '/mnt/c/Users/rohan/Documents/Sem-7/MIA/Project/mobile_app_stuff_kivy/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/bootstrap_builds/sdl2/jni/SDL2_image/external'
In my file system SDL2_image/external isn't being created. I have no idea why.
Versions
Description
I wanted to make an APK which takes in image input and using
.tflite
model makes predictions.I'm new in using buildozer and kivy. I tried to debug to get the final debug APK but I'm faced with an error.
In my file system
SDL2_image/external
isn't being created. I have no idea why.buildozer.spec
Command:
Spec file:
Logs