Announcement

Collapse

Technology Forum Has Moved!

The FIRST Tech Challenge Technology forum has moved to a new location! Please take a look at our forum blog for links and instructions on how to access the new forum.

The official blog of the FIRST Tech Challenge - a STEM robotics programs for students grades 7-12.


Note that volunteers (except for FTA/WTA/CSA will still access their role specific forum through this site. The blog also outlines how to access the volunteer forums.
See more
See less

Android Studio Doesn't Build After Making Code Changes

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Android Studio Doesn't Build After Making Code Changes

    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

  • #2
    file -> settings -> Build, Execution , Deployment -> Instant Run make sure that it is disabled

    Comment

    Working...
    X