jacklinquan / usbserial4a

Python package for Android USB host serial port.
MIT License
60 stars 17 forks source link

Build Process Fails for example.py #19

Closed berrios1 closed 3 weeks ago

berrios1 commented 5 months ago

The instructions say they are outdated. Are there updated ones? The build removes the /xml directory.

[WARNING]: ERROR: /workspace/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/dists/myapp/gradlew failed! 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

jacklinquan commented 3 weeks ago

@berrios1 example.py has no UI. It can not be built into an app. For app example, try usbserial4a_ui_example.py.