How can I use gradle to download the repo? #1015
Replies: 2 comments 4 replies
-
So let's back up a bit. This GitHub repo is designed to be loaded into Android Studio and built and deployed using that specific tool. If, using Android Studio, from an initial launch, it brings up a "Welcome to Android Studio" dialog where there's an Open button. If you've cloned the repo locally, and you click on Open, and then point the "Open File or Project" dialog at the cloned repo directory, when Android Studio opens the project, it will download all the libraries, often referred to as artifacts, from Maven Central for you. You don't need a url, because Android Studio will do all the work for you to download and cache these libraries. If you still want to know where they are stored on Maven Central, you can go here: https://central.sonatype.com/search?q=org.firstinspires.ftc |
Beta Was this translation helpful? Give feedback.
-
@6-BennyLi-9, in order to be competition legal, FtcRobotController has to be your root app. |
Beta Was this translation helpful? Give feedback.
-
I'd like to download:
Into my Java Project. But I'm stuck here because I don't know the correct URL, So what URL should I use?
Beta Was this translation helpful? Give feedback.
All reactions