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 ?
3
-
you can change the package name by right-click > Refactor >renameSaTech– SaTech2016-11-22 07:50:33 +00:00Commented Nov 22, 2016 at 7:50
-
i need to make it using command promptvictor bijoy– victor bijoy2016-11-22 07:53:35 +00:00Commented Nov 22, 2016 at 7:53
-
2I wish this could help [change package name using command line ](stackoverflow.com/questions/9862138/…)SaTech– SaTech2016-11-22 07:58:12 +00:00Commented Nov 22, 2016 at 7:58
Add a comment
|