0

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 ?

Rajiv Singh
  • 27
  • 1
  • 5

1 Answers1

0

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]