change_app_package_name icon indicating copy to clipboard operation
change_app_package_name copied to clipboard

Change App Package Name with single command. It makes the process very easy and fast.

Results 20 change_app_package_name issues
Sort by recently updated
recently updated
newest added

``` package _NewPackageName_ ^ 1 error FAILURE: Build failed with an exception. ``` it need semicolon at the end of new java main activity

Changing the regex pattern to ensure we only replace lines starting with `package `. Without this, we are replacing code like the following: ``` class MainActivity: FlutterActivity() { override fun...

I am facing an issue, where changing the package name would create a new directory with the MainActivity.kt file, but the native Kotlin or Java file, I have created manually...

enhancement
good first issue

Hello, Please does this support renaming a plugin. Thank you

i never wanted to change the name manually , i am lazy , i thought maybe i should use this cool package and be done with it , well kill...

If there is no any kotlin folder, it's throwing error: Unhandled exception: PathNotFoundException: Directory listing failed, path = 'android/app/src/main/kotlin\*' (OS Error: The system cannot find the path specified. , errno...

No activity for 2 years now. Is it officially dead?

i have androidmanifest like this ```