Hi everyone,
I am running into a critical infrastructure issue with an Android project workspace in Google AI Studio (aistudio.google dot com). The backend cloud container environment seems to have been provisioned completely missing its core developer toolchains, which is blocking native compilation entirely.
The Symptoms:
Bricked Emulator: The internal phone preview emulator pane is completely dead, sitting permanently on a default smartphone homescreen because the application cannot launch.
Stripped ZIP/GitHub Exports: Downloading the project as a ZIP or exporting via GitHub only results in a tiny 440KB file containing probably only the raw source code text files or broken files. The pre-compiled installation binaries and artifacts are entirely missing or broken because the compilation phase is failing behind the scenes.
Recently I’ve seen some logs appear from one of my application queries
"As the container environment is missing a Java JDK and Android Gradle compiler toolchains (standard commands like gradle and java were not present on the system path), direct native compilation of Android source code was blocked."
Because the backend server container path completely lacks standard commands like java and gradle, Google’s sandbox environment is physically incapable of building the Android source code.
Has anyone else run into this issue where their AI Studio container is missing basic platform dependencies? Is there a specific prompt command or a way to force-flush the backend server cache to drop this broken container and provision a fresh, properly configured one?
Thanks in advance for any help!
UPDATE: trying to install android studio IDE on Windows pc but during the installation wizard setup phase, the installer failed with the following explicit network error:
java.net.UnknownHostException: dl .google.com
Warning: An error occurred while preparing SDK package Android SDK Build-Tools 37: dl.google. com.
Could this be the reason aistudio cannot compile android apks?