1

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 >rename Commented Nov 22, 2016 at 7:50
  • i need to make it using command prompt Commented Nov 22, 2016 at 7:53
  • 2
    I wish this could help [change package name using command line ](stackoverflow.com/questions/9862138/…) Commented Nov 22, 2016 at 7:58

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.