Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
comment re: cloning YourCodeHere
Browse files Browse the repository at this point in the history
Former-commit-id: c6d36b8b3fcbcd5c374f2cbe9ba92cdccc1803e9
Former-commit-id: 0c21a5f
  • Loading branch information
rgatkinson committed Dec 2, 2015
1 parent 24fcdeb commit 359fbb9
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 359fbb9

Please sign in to comment.