lwc:programming:mobile:android:android_studio

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

lwc:programming:mobile:android:android_studio [2020/11/26 22:34] – created John Harrisonlwc:programming:mobile:android:android_studio [2021/11/13 20:04] (current) John Harrison
Line 1: Line 1:
   * [[https://developer.android.com/training/basics/firstapp/index.html|Build your first app]]   * [[https://developer.android.com/training/basics/firstapp/index.html|Build your first app]]
 +
 +===== Tips and Tricks =====
 +==== Rename Project ====
 +//From [[https://stackoverflow.com/questions/18276872/change-project-name-on-android-studio|Change project name on Android Studio]]//
 +  * Close Android Studio
 +  * Change project root directory name
 +  * Open Android Studio
 +  * Open the project (not from local history but by browsing to it)
 +  * Clean project
 +  * If your settings.gradle contains ''rootProject.name = 'Your project name''', either delete it or update it to the new name.
  
  
  • lwc/programming/mobile/android/android_studio.1606451689.txt.gz
  • Last modified: 2020/11/26 22:34
  • by John Harrison