Closed msarvi closed 1 year ago
I correct this by adding <uses-feature android:name="android.hardware.usb.host" />
to a file extra_manifest.xml and put the path in Buildozer.spec then debug my app.
Hi @msarvi ,
Thank you for sharing your experience on using usbserial4a
.
The usage of Buildozer changes fast, and it keeps getting improved.
I'll try to update the readme file when I have time.
I added
<uses-feature android:name="android.hardware.usb.host" />
in good place in the fileAndroidManifest.tmpl.xml
, but after each timebuildozer android debug
, the uses-feature tag disapeared. even though i add this line(android.features = android.hardware.usb.host)
tobuildozer.spec
file and then executebuildozer android debug
and face to this error.Spec File
Logs