rename icon indicating copy to clipboard operation
rename copied to clipboard

<application> tag was removed by rename --appname

Open Yleisnero opened this issue 3 years ago • 4 comments

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.

Yleisnero avatar Apr 17 '21 18:04 Yleisnero

This issue is still not solved (2021/Aug/26)

aprashantz avatar Aug 26 '21 13:08 aprashantz

fixed with prerelease version please check

https://pub.dev/packages/rename/versions/2.0.0-dev.2

rename: ^2.0.0-dev.2

onatcipli avatar Oct 07 '21 19:10 onatcipli

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

EmanoelV avatar Oct 15 '21 11:10 EmanoelV

PR merged, it should be fine now. If you face the issue again feel free to open!

onatcipli avatar Jan 11 '23 08:01 onatcipli