From 359fbb9a4d451af5950054de932f0a0f8167c6a7 Mon Sep 17 00:00:00 2001 From: Robert Atkinson Date: Tue, 1 Dec 2015 17:31:15 -0800 Subject: [PATCH] comment re: cloning YourCodeHere Former-commit-id: c6d36b8b3fcbcd5c374f2cbe9ba92cdccc1803e9 Former-commit-id: 0c21a5fa4b196a55c30d093045e12805bfb6de62 --- .../yourcodehere/MyRobotControllerAdministration.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/YourCodeHere/src/main/java/org/usfirst/ftc/exampleteam/yourcodehere/MyRobotControllerAdministration.java b/YourCodeHere/src/main/java/org/usfirst/ftc/exampleteam/yourcodehere/MyRobotControllerAdministration.java index 6c6b3bee3b2..f70eb39ac6a 100644 --- a/YourCodeHere/src/main/java/org/usfirst/ftc/exampleteam/yourcodehere/MyRobotControllerAdministration.java +++ b/YourCodeHere/src/main/java/org/usfirst/ftc/exampleteam/yourcodehere/MyRobotControllerAdministration.java @@ -24,9 +24,10 @@ * begin by copying the entire YourCodeHere folder, then renaming the src\main\java\org\...\yourcodehere * path to reflect your new package name, whatever that might be. That new package name will also * of course need to appear in your copied .java files (including package-info.java), so those will - * need their 'package' statement at the top adjusted accordingly. Finally, perhaps less obviously, + * need their 'package' statement at the top adjusted accordingly. Perhaps less obviously, * the src\main\AndroidManifest.xml, which also contains the package name, will need to have the - * 'package' attribute of the 'manifest' element adjusted. + * 'package' attribute of the 'manifest' element adjusted. Finally, the new modules should be added + * to the 'settings.gradle' file so they show up in Android Studio. * * @see TeleOp * @see Autonomous