Table of Contents |
---|
...
- Download Android Studio.
- Once downloaded, double-clickandroid-studio-bundle-162.3934792-windows.exe.
This will start installation of Android Studio. - Follow the on screen instructions and complete the studio installation.
In order to get started with application testing using virtual devices (emulators), users need to create a project in Android Studio. - Once completed with the installation, launch Android Studio.
- Create a dummy project.
- From the Tools menu, click Android and then select SDK Manager.
Select required packages to install and click Apply.
Expand title View Image System displays the list of components selected to be installed.
Click OK.
Once all the required components are installed, click Finish.
Now you can start creating virtual devices. For more information about creating and managing virtual devices (emulators), click here.
...