- Download Doge CV from github https://github.com/MechanicalMemes/DogeCV
- git clones https://github.com/MechanicalMemes/DogeCV.git
- In Android Studio File->New->Import Module and enter the following in the "Source directory:" text box: /Users/coda/Desktop/FIRST/DogeCV/openCVLibrary3 and click the Finish button
- In Android Studio File->New->Import Module and enter the following in the "Source directory:" text box: /Users/coda/Desktop/FIRST/DogeCV/DogeCV and click the Finish button
- if you get warning message "Unable to find sources for subproject ..." ignore it for now since we will fix it soon
- Next go to Android Studio's "Gradle Scripts"->"settings gradle" and add includes for ':openCVLibrary3' and ':DogeCV', then click sync now!!
- Next you want to add these Modules as dependencies for the Team Code
- right click Team Code and select 'Open Module Settings'
- Then on the 'Project Structure' pop-up window, click on the 'Team Code' on the left panel and
- Then click on the 'Dependencies' tab and click on the '+' and the pull-down menu 'Module dependency' and select ':openCVLibrary3'
- Then click '+' and pull-down menu 'Module dependency' and select ':DogeCV'
- Then click OK
- Then at the bottom panel of your Android Studio window, you should see 'ftc-app master: synced successfully'