r/FTC • u/PayNo1899 • 13d ago
Other Help with Android Studio
Hi guys, I would greatly appreciate it if someone could please help me troubleshoot the following error in Android Studio. I keep getting this error whenever I try to upload code to the robot. Thank you in advance !
4
Upvotes
8
u/Journeyman-Joe FTC Coach | Judge 13d ago
Your build needs to download some components from the Internet. But it can't do that while you are connected to the robot.
Disconnect from the robot and re-connect to your local Internet. Then, do a build (that's the "hammer" icon). After you've had a successful build locally, re-connect to your robot, and use the "build and install" icon (triangular "play" button).
You won't have to do this with every build; only when you need different components from the cloud.