acmerobotics/road-runner-quickstart

Import Statements in MecanumDrive.java and TankDrive.java having numerous errors

TheAwesomeKid02 opened this issue · 15 comments

RR FTC Version

0.1.13

Observed Behavior

When I open MecanumDrive.java and TankDrive.java, I can see numerous importing errors. Upon further inspection, I found out that the files don't even exist! The import is like import com.acmerobotics.roadrunner.Action (This is an example) but the file does not exist. Same with numerous other classes like AccelConstraint, Arclength, VelConstraint, etc.

Tuning Files

No response

Robot Logs

No response

Sounds similar to #365. Can you try building the project with the hammer and see if any errors pop up there (click the hammer in the top bar or run ./gradlew build -x lint)?

Building finished with zero errors. I am connected to regular wifi yet the problem still persists.

I'm not really sure what to do if the build succeeds. Android Studio has always struggled to sync properly with Gradle.

image
This is the error of the imports. Is there anything I can do?

Could someone please help me? Or you can recommend someone who can help me.

Could someone please help me? Or you can recommend someone who can help me.

You could try to clone a new quickstart and transfer all the edits in there, we had a problem like this and it was resolved by cloning a new quickstart repo.

Could someone please help me? Or you can recommend someone who can help me.

You could try to clone a new quickstart and transfer all the edits in there, we had a problem like this and it was resolved by cloning a new quickstart repo.

What edits would I transfer and what new quickstart? I am just asking for further clarification.

Could someone please help me? Or you can recommend someone who can help me.

You could try to clone a new quickstart and transfer all the edits in there, we had a problem like this and it was resolved by cloning a new quickstart repo.

What edits would I transfer and what new quickstart? I am just asking for further clarification.

All the tuning values that changed and all the opmodes that you created

I have not made any edits on the repo yet. I just opened the files to check them out and I found the errors.

I have not made any edits on the repo yet. I just opened the files to check them out and I found the errors.

Then just clone a new quickstart repo

The problem persists. I tried re-cloning the repo and re-building.

The problem persists. I tried re-cloning the repo and re-building.

Have you found a solution I am having the same problem

The problem persists. I tried re-cloning the repo and re-building.

Have you found a solution I am having the same problem

Unfortunately, I have not found a solution for this.