This document provides steps for installing and using Android Studio to build a simple test app:
1. Install Java JDK and configure the JAVA_HOME environment variable.
2. Install the USB driver for your smartphone or tablet to enable debugging.
3. Download and install Android Studio. Create a new project with a blank activity and select the screen resolution for your device.
4. Build the project and debug it on your smartphone by enabling USB debugging and connecting the device to the computer.