i want to change a package name .
i create a app . i want to update the app .
but i create new project and google play send me that i have to make it that the package name is error it have same package name please solve it add package name option
1 Like
The process is already described here.
https://groups.google.com/g/mitappinventortest/c/QIrOV4dAUfo/m/YYXWtw8oCQAJ
If you use App Inventor Offline, the package name prefix will be changed from appinventor.ai to com.
If you installed App Inventor offline, in Screen1, you should be able to change the package name.

If you want to use AI2Offline, you must also
- remove
AboutScreen(text) in the Designer on all screens and - delete all
AboutScreenblocks from all screens:
.
2 Likes