Whenever I start a new project I am unable to change my activity and layout file name in android studio?

335 Views Asked by At

As you can see the next button is disable. So the android studio uses the default name mainactivity.java and activity_main.xml for activity and layout respectively. So how can I change the name of the activity and layout? I am using the android studio on my other pc that let me to change the name of the activity and layout during the configuration of the project.

enter image description here

0

There are 0 best solutions below