ftctechnh / ftc_app

FTC Android Studio project to create FTC Robot Controller app.
759 stars 3.17k forks source link

Error in code is pointing to non existent source files #743

Closed Zach-coder closed 4 years ago

Zach-coder commented 4 years ago

I'm trying to write a base code for our robot and getting errors that are not related to the code I'm writing but that are pointing to entire files within the FTC library that I cannot find. My team got new phones this year and we are now using the Moto E5 Play if that makes any difference.

cmacfarl commented 4 years ago

Do you have build logs and can you post your software somewhere public (github would be ideal)?

Zach-coder commented 4 years ago

I have a repository set up on github. Repository name is 9507-RD-Code

Sent from my iPhone

On Nov 24, 2019, at 3:59 PM, Craig MacFarlane notifications@github.com wrote:

 Do you have build logsm and can you post your software somewhere public (github would be ideal)?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

cmacfarl commented 4 years ago

Github search has no results for 9507-RD-Code. Can you post the full url to the repository?

Also build logs would be helpful.

Note that sometimes Android Studio goes off in the weeds and gives build errors that are not related to FTC software. When that happens I typically do File -> Invalidate Caches and Restart to fix the problem.

Zach-coder commented 4 years ago

Thank you. At this point I fixed the problem. I removed the old FTC source code and reinstalled this years version. I think I missed one of the old source code files. I wiped android studio and re-downloaded the new source files.

Sent from my iPhone

On Nov 28, 2019, at 12:01 PM, Craig MacFarlane notifications@github.com wrote:

 Github search has no results for 9507-RD-Code. Can you post the full url to the repository?

Also build logs would be helpful.

Note that sometimes Android Studio goes off in the weeds and gives build errors that are not related to FTC software. When that happens I typically do File -> Invalidate Caches and Restart to fix the problem.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.