-
Looking for newbie guidance, please! My fork didn't sync properly with SDK 8.1 (as remote) despite prior successes (7.2 & 8.0). The classic error message is: The device already has a newer version of the application... My fork master is not behind the upstream FIRST-Tech-Challenge master. Of course, there are a few branches under my fork master. build.dependencies.gradle has the requisite 8.1.0 entries as shown below:
Also, among other declarations, build.common.gradle has:
build.gradle(:TeamCode) has:
What is the recommendation for a newbie to recover from this installation error assuming that all TeamCode OpModes can be re-written from scratch? I've checked the remote fork and ensured that all files did sync. At my end, none of the branches will deploy even after the following operations:
followed by build and deploy attempts - Build works without errors, deploy fails with error message about newer version already on device. I simply want to ensure that I can deploy OpModes using SDK 8.1. Of course, my understanding of GitHub operations is very limited to say the least. All suggestions on being able to stay in sync with the remote fork (especially with 8.1.x or 8.2 forthcoming) would be sincerely appreciated. Thanks. Kind regards. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Did you make any changes to AndroidManifest.xml? |
Beta Was this translation helpful? Give feedback.
Did you make any changes to AndroidManifest.xml?
https://github.com/FIRST-Tech-Challenge/FtcRobotController/blob/master/FtcRobotController/src/main/AndroidManifest.xml