Customize App
Project customizing
Last updated
Project customizing
Last updated
After importing project successfully you will get project structure like below image
manifest
java
Contains the Java source code files, separated by package names, including JUnit test code.
res
To change project name follow below steps.
App > res > values > strings.xml
Open App level build.gradle and change ApplicationId variable inside android > defaultConfig
Contains the file.
Contains all non-code resources, such as XML layouts, UI strings, and bitmap images, divided into corresponding sub-directories. For more information about all possible resource types, see .
To know more about project structure please go through this link