DroidPlanner / Tower

Ground Control Station for Android Devices
https://play.google.com/store/apps/details?id=org.droidplanner.android
Other
621 stars 554 forks source link

Crash on UVC Video arm64-v8a #1864

Open laverdone opened 7 years ago

laverdone commented 7 years ago

When plug an UVC Video device Tower crash by missing libusb100.so for arm64-v8a, include this line on build.gradle to exlude arm64-v8a native library:

packagingOptions{ exclude 'lib/arm64-v8a/*.so'; }