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
https://pub.dev/packages/rename
MIT License
164 stars 39 forks source link

Android manifest package not changed. #32

Closed RoarGronmo closed 1 year ago

RoarGronmo commented 2 years ago

Tried to use the tool to change bundleId, and I see that android manifest old package name stays put.

Trulsmatias commented 1 year ago

Bumping this

onatcipli commented 1 year ago

Can you provide more details please? @Trulsmatias @RoarGronmo

RoarGronmo commented 1 year ago

Oh, wow, it's over a year since i tried it... I'm afraid I cannot remember the details now, please give some time, I may recall it.

onatcipli commented 1 year ago

@RoarGronmo maybe it is already fixed with the latest version 2.1.1. Please let me know and feel free to open issue again if you face it again.

RoarGronmo commented 1 year ago

I'll do.

mohammedbabelly20 commented 1 year ago

What @RoarGronmo meant was that when trying to change the Android bundleId (package name) the plugin only renames the applicationId in build.gradle file, but it's not changing the package property inside the AndroidManifest.xml file.

I think it's important to change the value in the AndroidManifest.xml as well so the app counted to be identified by the new package name.

afzl-wtu commented 11 months ago

Still not fixed

patrickwitter commented 7 months ago

Hey this is not fixed for me I encountered this same issue. Why is this issue closed