diff --git a/Creating-and-Running-an-Op-Mode-(Android-Studio).md b/Creating-and-Running-an-Op-Mode-(Android-Studio).md index 571751d..93683e3 100644 --- a/Creating-and-Running-an-Op-Mode-(Android-Studio).md +++ b/Creating-and-Running-an-Op-Mode-(Android-Studio).md @@ -173,18 +173,16 @@ Android Studio should prompt you to select a target device to install the Robot Make sure that you select the correct target device. In the figure above the Motorola phone is selected as the target device. Hit OK to build the APK file and install it on the target device. -Note that if you previously installed a copy of the FTC Robot Controller app the Google Play store, the installation of the app will fail the first time you attempt to install it. This is because Android Studio detects that the app that you just build has a different digital signature than the official version of the FTC Robot Controller app. +Note that if you previously installed a copy of the FTC Robot Controller app from the Google Play store, the installation of your newly built app will fail the first time you attempt to install it. This is because Android Studio detects that the app that you just build has a different digital signature than the official version of the FTC Robot Controller app that was installed from Google Play.