Hello all,
I have been having a problem with android studio. This started happening a little while back. When I build, it finishes with this error: Error:A problem occurred configuring project ':TeamCode'.
> Could not resolve all dependencies for configuration ':TeamCode:_debugApk'.
> A problem occurred configuring project ':FtcRobotController'.
> Could not resolve all dependencies for configuration ':FtcRobotController:_debugPublishCopy'.
> Could not find :RobotCore-release:.
Required by:
project :FtcRobotController
And doesn't actually build onto the phone.
The only way I have been able to solve this problem is by deleting the ftc app folder, and remaking it. I just copy my code from the broken one to the new one. This fix works for one build. Then I make a code change, and when I try to build, the same error comes up. Any suggestions? Has anyone had this problem and been able to fix this?
Best,
Alex Bulanov
I have been having a problem with android studio. This started happening a little while back. When I build, it finishes with this error: Error:A problem occurred configuring project ':TeamCode'.
> Could not resolve all dependencies for configuration ':TeamCode:_debugApk'.
> A problem occurred configuring project ':FtcRobotController'.
> Could not resolve all dependencies for configuration ':FtcRobotController:_debugPublishCopy'.
> Could not find :RobotCore-release:.
Required by:
project :FtcRobotController
And doesn't actually build onto the phone.
The only way I have been able to solve this problem is by deleting the ftc app folder, and remaking it. I just copy my code from the broken one to the new one. This fix works for one build. Then I make a code change, and when I try to build, the same error comes up. Any suggestions? Has anyone had this problem and been able to fix this?
Best,
Alex Bulanov
Comment