Skip to content Skip to sidebar Skip to footer

Refactor Package Name In Android Studio

I'm trying to rename the package name inside my project for android studio. Before, it was com.example.chris but I am trying to rename and reference the new package name: release.c

Solution 1:

You'll have package name in all the classes ,Build level gradle, and the project folders will be created according to your package name try renaming all of these ..


Post a Comment for "Refactor Package Name In Android Studio"