Hi Folks,
If you are using Android Studio to write op modes for your FTC Robot Controller, then it is strongly recommended that you disable the Instant Run feature that is included with newer versions of Android Studio.
Instant Run is problematic and can cause weird (and difficult to debug) run time errors with the FTC Robot Controller app.
Details on how to disable Instant Run can be found on the developer.android.com website:
Tom
If you are using Android Studio to write op modes for your FTC Robot Controller, then it is strongly recommended that you disable the Instant Run feature that is included with newer versions of Android Studio.
Instant Run is problematic and can cause weird (and difficult to debug) run time errors with the FTC Robot Controller app.
Details on how to disable Instant Run can be found on the developer.android.com website:
Tom
Comment