You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.
The manner in which the release tooling signs the apk is no longer supported by Google. And this slipped through the cracks. Expect a replacement soon.
.
For the pre-release v5.4 FTC SDK, an APK file generated by pressing the Run button (green arrow) in AS is currently designated as a 'test only' version.
To install the APK with the adb tool, add the -t argument to allow installing test versions. For example: adb install -r -t "FtcDriverStation-debug.apk"
For side-loading, generate the APK using the Make Project button (little green hammer) in AS. This is a slightly different version without the 'test only' designation, and can be freely side-loaded.
Deploying from a workspace built by Android Studio has always deployed an unsigned debug version.
And of course, one can always side-load the locally built APKs. The issue at hand is for those who use only Blocks or OnBot Java and have no Android Studio seat to do the installation from.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Trying to install the pre-built v5.4 APK results in the following error:
The text was updated successfully, but these errors were encountered: