onatcipli / rename

The Rename CLI Tool is a utility designed to modify your Flutter project's AppName and BundleId across various platforms, such as iOS, Android, Macos, Linux, Windows and Web

Home Page:https://pub.dev/packages/rename

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android manifest file and MainActivity still not changed.

patrickwitter opened this issue · comments

Steps to reproduce
rename setBundleId --targets android --value "com.example.bundleId"

any update on this?

Same here.

If you manually changed MainActivity.kt, you should also fix package name in:

  • debug/android_manifest.xml
  • profile/android_manifest.xml
  • android/app/build.gradle
  • folder names in main/kotlin/com/example/oldname path
    Otherwise you will get an error on startup

Hi @subzero911 have you fixed the issue using package_rename_plus? I see you has been raised the issue then we closed.