mik3y / usb-serial-for-android

Android USB host serial driver library for CDC, FTDI, Arduino and other devices.
MIT License
4.81k stars 1.58k forks source link

Android Resource Linking Failed #509

Closed amarz2195 closed 1 year ago

amarz2195 commented 1 year ago

Screenshot 2023-07-05 160106 why I have an error on android:resource:@xml/device_filter?

kai-morich commented 1 year ago

you have to copy that file from https://github.com/mik3y/usb-serial-for-android/blob/master/usbSerialExamples/src/main/res/xml/device_filter.xml to your project

amarz2195 commented 1 year ago

thank you sir