Skip to content

Android Package Renamer helps you change the android project package name safely and fast.

License

Notifications You must be signed in to change notification settings

nguyenphuc22/Android-Package-Renamer

Repository files navigation

Android Package Renamer

Build Version Downloads BuymeCoffee Logo

The Android Package Renamer plugin "Safe And Fast Android Rename" allows users to safely and quickly change the package name of an Android project. This plugin uses a series of automated refactoring steps to ensure that all references to the old package name are updated throughout the project, without breaking the code or causing errors.

What the plugin can do

This plugin can rename packages in android project, here are a few specific cases (it can do more)::

  • com.android.example -> org.nickseven.product
  • com.android.example -> org.nickseven
  • com.android.example -> org.nickseven.product.native
  • com.android.etc.nick.d -> org.android.otd.nick.d
  • ....etc

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "Android Package Renamer" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

Usage

  1. Open Your Project.
  2. Click -> File -> Rename Package
  3. Input the Package you want to change.
  4. Click Ok.
  5. Sync Project with Gradle Files or Invalidate Caches

Working on project using

Gradle

  • ✔️ Gradle Groovy
  • ✔️ Gradle Kotlin

Report an issue with Android Package Renamer

To report a specific problem or feature request, open a new issue on Github. For questions, suggestions, or anything else, email phucvr.opensource@gmai.com

Author

PhucVR on Twitter

PhucVR on GitHub

License

Apache 2.0. See the LICENSE file for details.

Plugin based on the IntelliJ Platform Plugin Template.

About

Android Package Renamer helps you change the android project package name safely and fast.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages