How to change package name / uncouple managed hosting in AI Studio?

Hi everyone,

I am building an app using Google AI Studio and need some guidance on managing the deployment package name constraints.

The Problem:
When trying to deploy, the online AI Studio publisher enforces a specific, auto-assigned identifier. If I attempt to use my own custom package name, the publisher rejects the build.

The Error Message:

“Because this hosting is managed directly by the AI Studio platform, it requires the package name to match the platform’s assigned identifier: com.aistudio.fourrowgame.xpqfks. If you change the package name to com.shahbood.game in the code, the online AI Studio publisher will reject it.”

What I need to achieve:
I want to use my custom package name: com.shahbood.game instead of the auto-generated com.aistudio.fourrowgame.xpqfks.

My Questions:

  1. Is there a way within the AI Studio platform or Google Cloud Console to change or override this assigned identifier?
  2. If this is a hard restriction of the managed environment, what is the cleanest way to export the project and break the platform lock so I can host it independently (e.g., via Cloud Run or Firebase) while retaining the AI Studio configurations?