Skip to Content

You can change the default activity of your application by editing the AndroidManifest.xml file, located in the root directory of your project. First, you need to select the Android Application Project (android-app-project). Next, you need to name the project, application, and package, and choose “Create activity” from the drop-down menu. In the Activity Name text …

Read More about How Do I Change the Default Activity in Android Studio?