rename
rename copied to clipboard
<application> tag was removed by rename --appname
This line:
<application android:label="myAppName" android:icon="@mipmap/ic_launcher">
was replaced by:
myNewAppName
I was running: flutter pub global run rename --appname "myNewAppName" in VS Code.
This issue is still not solved (2021/Aug/26)
fixed with prerelease version please check
https://pub.dev/packages/rename/versions/2.0.0-dev.2
rename: ^2.0.0-dev.2
This line:
<application android:label="myAppName" android:icon="@mipmap/ic_launcher">
was replaced by:myNewAppName
I was running: flutter pub global run rename --appname "myNewAppName" in VS Code.
edit the code and leave it by lines like the example below and rerun the command.
example:
<application
android:label="myAppName"
android:icon="@mipmap/ic_launcher"
>
You already have a pull request to resolve this error: fixed error in rename android app name
PR merged, it should be fine now. If you face the issue again feel free to open!