I have an android studio project. I made a signed apk of it using command line gradlew assembleRelease. But the problem is I want to make the apk with different package name for each time building. For doing this, I have to change the package name of the application from command prompt. Is there any solution to make this ?
Asked
Active
Viewed 566 times
1
-
you can change the package name by right-click > Refactor >rename – SaTech Nov 22 '16 at 07:50
-
i need to make it using command prompt – victor bijoy Nov 22 '16 at 07:53
-
2I wish this could help [change package name using command line ](http://stackoverflow.com/questions/9862138/how-can-i-change-the-application-package-name-for-an-android-app-via-command-lin) – SaTech Nov 22 '16 at 07:58