Reputation: 115
I'm new to android development. And recently I bought an app template and it has two package name. company.appname. I want to change it to com.company.appname.
Thanks
Upvotes: 1
Views: 629
Reputation: 365
1. You can the package name from the app:module gradle
2. and also you can rename the module from the project structure
3. for more info please check this link thanks to @Sheharyar
Upvotes: 0