Reputation: 740
I had a project, call it 'X', I wanted to change it's name to 'Y', and I ended up making a new project called 'Y' and copying all of 'X' files into 'Y'. Despite the project being called 'Y', when I install the app on my phone it's name shows 'X'.
Upvotes: 0
Views: 160
Reputation: 1793
You have to change only one thing. Just go to string.xml file and change app_name "X" to "Y".
Upvotes: 5