build.gradle 파일에서 앱 ID 변경한다. - 경로: android/app/build.gradledefaultConfig { applicationId "com.your_new_project_name" ... } defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId = "net.bluelegend.tourfriend" // You can update the following values to match your application needs. ..