Android IDE (AIDE) Support Forum

How to change the package name of a project?

I am new to learn java.I have a project on aide and I want to change the package name.How to do it quickly?Thanks!

I don’t think AIDE has a rename package option, my recommendation is to use a Desktop IDE to make the changes in the packages (directory structure).
Finally, edit the AndroidManifest.xml to change the package name.

To change the package name in all files, I use an app called APK Builder ( not maintained by its dev any more ). I only use for stuff like this.

Long click on the folder example if package name is com.anything, long click on anything folder and rename a message will pop up(Modify files) click on it and then go to your build.gradle and rename package also in Android manifest and other activities that still has the old package