No commit activity in last 3 years
No release in over 3 years
a tool to help you change the android package name
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 10.0.2
 Project Readme

package_converter

a tool to help to change android package names

==============================

How to use

package_converter com.your.different.package "New_App_Name" YourAndroidProject/ [Dir_To_Put_Converted_Project]

Param Dir_To_Put_Converted_Project is optional, if ignore it, your converted project will be put in a dir named "converted"

  • Example: package_converter com.your.different.package "New_App_Name" YourAndroidProject/

  • You may need ruby 1.9.3 to run this tool.

Next step:

  • support library project
  • better documentation
  • jni support

hanhaify@gmail.com