QuickBlox / q-municate-android

Qmunicate Android chat application
MIT License
254 stars 197 forks source link

How to change the package id? #268

Closed martyndix closed 1 year ago

martyndix commented 6 years ago

Hi all, How do you change the package="com.quickblox.q_municate" to something else? I have changed the value here in AndroidManifest.xml but I am sure there are references to change elsewhere. Please can someone tell me where they are and what to change? Thanks, Martyn.

sheikhrashid commented 6 years ago

Right click on the Package Name. Go to Refactor -> Rename. Enter your package name and Click Ok. you are done.

AbdaalRuhaani commented 6 years ago

sometimes Refactor does not work in Android Studio so I just Simply Downloaded notepad++ and Searched com.quickblox.q_municate in whole project and replace it mine ex. "com.mycompany.myapp" I hope it also works for you :)