Your First Project
This guide walks you through creating a complete Android app using only natural language prompts.
End-to-End Workflow
Section titled “End-to-End Workflow”-
Create a project
Create a new Android project called HelloWorld with package name com.example.helloworld
This creates a Jetpack Compose project with all the standard Gradle configuration.
-
Build the project
Build my HelloWorld Android project
This runs a debug build and produces an APK.
-
Start an emulator
Start the Pixel_6_API_35 emulator
Or create one first if you don’t have any:
Create an Android 35 emulator called TestDevice and start it
-
Install the APK
Install the HelloWorld debug APK on the emulator
-
Launch the app
Launch com.example.helloworld
-
Take a screenshot
Take a screenshot of the device
Verify your app is running correctly.
What’s Next?
Section titled “What’s Next?”- Debugging Workflow — Learn to debug with logcat, screenshots, and UI dumps.
- Emulator Management — Master emulator creation and management.