James Masterman

Results 2 comments of James Masterman

FYI - for anyone who comes across this issue, importing the ux library like this ``` implementation ('com.dji:dji-uxsdk:4.5'){ transitive = false } ``` worked for me. Just be careful that...

Thanks for that tip, I had tried playing with resolution strategies, but couldn't get it to work. Looks like the "multidex" check fixed it for me. Edit: I have since...