Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to change the name of app?

I installed the generator-angular, but decided to change the name of my app midway. Now when I generate any module it gets the wrong name attached to it. I tried Find+Replace of both myOldApp and my-old-app but I still get the old name. Where do I change it?

like image 570
Aditya M P Avatar asked Sep 17 '13 17:09

Aditya M P


People also ask

How can I change an app name?

Go to the app > manifests > AndroidManifest. xml file and change the android:label field in your application node in AndroidManifest.

How do I change app name and icon?

Choose the Apps option for an app icon. Next, select the app icon you want to customize from the list of installed apps. Use the Tap to Edit Label button (it will also show the app name) to change the name. Then, enter the new custom name or label and select Done.

How do you Rename apps on Iphone?

In the Shortcuts app on your iOS or iPadOS device, tap on the shortcut you want to rename. Tap the down arrow next to the shortcut name, then tap Rename. Type a new name, then tap Done.


1 Answers

Yeoman/Yo: Where does Yo scaffolding pickup the name of the Angular module?

suggests it is in the bower.json.

worked for me.

like image 158
guy mograbi Avatar answered Oct 05 '22 23:10

guy mograbi