Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 686 Bytes

File metadata and controls

18 lines (17 loc) · 686 Bytes

Android-Base-Project

  1. git clone --depth 1 https://github.com/Pilkupildev/Android-Base-Project.git --origin android-base-project [NEW-PROJECT-NAME]
  2. cd [NEW-PROJECT-NAME]
  3. create new repo
  4. git remote add origin https://github.com/Pilkupildev/NEW-PROJECT-GITHUB-ACCOUNT]/[NEW-REPO-NAME].git
  5. git fetch --unshallow
  6. git add .
  7. git push -u origin master

  1. open the new project in android studio
  2. Rename package under app/src/main/java.
  3. Update APPLICATION_ID in app/build.gradle.
  4. Rename package name in Manifest.
  5. git add .
  6. git commit -m "refactoring package name"
  7. git push -u origin master
  8. Remove README.MD.