I am new to mobile app development, so Buildozer seems like an awesome idea. :-)
By now, when I execute the command "buildozer android debug deploy run" in Terminal (under Ubuntu 18.04.3 LTS) Buildozer seems to go through all the necessary steps, but my app doesn't launch on my Android mobile phone (MOTO G5).
Actually it's not really 'my' app, but the 'touchtracer' demo kivy app.
The following is the end of the rather verbose output from the above mentioned command. I notice that "List of devices attached" seems to be empty, although my MOTO G5 mobile phone is connected via USB, and is mounted by Ubuntu. Can anyone help, please.
I have attached a file with the whole output from the "buildozer android debug deploy run" command in Terminal:
[DEBUG]: -> running cp /mnt/4AF15A0435E762B4/DataDoc/OneDrive/PycharmProjects/2d-graphics/touchtracer/.buildozer/android/platform/build-armeabi-v7a/dists/myapp/build/outputs/apk/debug/myapp-debug.apk myapp-0.1-debug.apk
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 myapp-0.1-armeabi-v7a-debug.apk available in the bin directory
# Run '/home/henrik/.buildozer/android/platform/android-sdk/platform-tools/adb devices'
# Cwd None
List of devices attached
# Application pushed.
# Application started.
Best regards,
Henrik