You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to compile and install this repo, we get:
db: failed to install ~/Android-FPVDemo/FPVDemo/app/build/outputs/apk/debug/app-debug.apk: Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY: Package couldn't be installed in /data/app/com.dji.FPVDemo-MK44tKyMCcOJymktlTpfvQ==: Package com.dji.FPVDemo requires unavailable shared library com.android.future.usb.accessory; failing!]
We removed the Manifest declaration requiring this capability, but then the app doesn't connect to the RC. We are running on Android 9. Any tips to make this work?
The text was updated successfully, but these errors were encountered:
Attempting to compile and install this repo, we get:
db: failed to install ~/Android-FPVDemo/FPVDemo/app/build/outputs/apk/debug/app-debug.apk: Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY: Package couldn't be installed in /data/app/com.dji.FPVDemo-MK44tKyMCcOJymktlTpfvQ==: Package com.dji.FPVDemo requires unavailable shared library com.android.future.usb.accessory; failing!]
We removed the Manifest declaration requiring this capability, but then the app doesn't connect to the RC. We are running on Android 9. Any tips to make this work?
The text was updated successfully, but these errors were encountered: