acmerobotics / ftc-dashboard

React-based web dashboard designed for FTC
https://acmerobotics.github.io/ftc-dashboard
Other
171 stars 130 forks source link

Support the OpenFTC SDK #10

Closed AdrianVovk closed 4 years ago

AdrianVovk commented 4 years ago

Hello, I'm trying to integrate the FtcDashboard into our code this year, but we have switched to the OpenFTC SDK and this project is not at all cooperative with that. The issues I've run into: target Android platform version mismatch (and so it asks for too new of a support library; I can fix this but just updating my modules), and dependencies on the stock AARs (I don't know how to fix this)

Could you give some guidance or reference about how to use this with the OpenFTC SDK? Thank you!

AdrianVovk commented 4 years ago

Actually, I tried doing this again today and it worked. Nevermind