I Have an Existing Android Studio Project bundle. Now i have to create new App bundle with new App Name,Package Name and new theme color without using ide.
How can i achieve this ?
I Have an Existing Android Studio Project bundle. Now i have to create new App bundle with new App Name,Package Name and new theme color without using ide.
How can i achieve this ?
for create new package name and move to another in android app>java (right click)>New > package (create new package) and select package which you wants to move (right click)> Refactor>Move [enter the created package name then move it]