DJI-Mobile-SDK-Tutorials / Android-VideoStreamDecodingSample

This sample project demonstrates how to use FFmpeg for video frame parsing and to use MediaCodec for hardware decoding on DJI Products.
MIT License
169 stars 80 forks source link

Cannot add widgets for take off etc. #39

Open KatherineJames opened 5 years ago

KatherineJames commented 5 years ago

Tried to add widgets for takeoff and return home, but fails and says that it cannot inflate the class dji.ux.widget. tried adding com.dji:dji-uxsdk:4.6 as a library dependency, but that failed saying that more than one file was found with os independent path....

What changes do I need to make to the code from this repo to add a takeoff button widget?