I have a android studio project, it is having a bulk of code,and number of packages
Example:
com.oneproject.activites
com.oneproject.services
com.oneproject.broadcasts
com.oneproject.adaptors
......etc
I need to replace com.oneproject
with com.secondproject
by using command prompt
.
Finally I need duplicate project with same code but different App Name,Package Name using command prompt.
Please guide me, Your help will be appreciated.Thank you in advance.