Imported an eclipse project into Android Studio and saved it in a new folder. Changed the package name and everything to new names but the Project's name is still the one from the old project.
How do I change the pointed name into something else?
Imported an eclipse project into Android Studio and saved it in a new folder. Changed the package name and everything to new names but the Project's name is still the one from the old project.
How do I change the pointed name into something else?
android:label="@string/app_name"
When you want to change only the name of the application to enter src->main->res->values->strings.xml and change the name to the new
Try changing the contents of this file:
C:\Path\To\Project\.idea\.name