The document provides instructions for setting up Android Studio by first downloading and installing the Java Development Kit, then downloading Android Studio, and finally downloading the Android SDK file. It describes copying the SDK file to the local disk, editing environment variables to reference the JDK file location, unzipping the SDK file, navigating to tools/bin to run sdkmanager.bat to install Android platform versions 7 and 8, and confirming setup is complete.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
46 views2 pages
Setup Android Studio
The document provides instructions for setting up Android Studio by first downloading and installing the Java Development Kit, then downloading Android Studio, and finally downloading the Android SDK file. It describes copying the SDK file to the local disk, editing environment variables to reference the JDK file location, unzipping the SDK file, navigating to tools/bin to run sdkmanager.bat to install Android platform versions 7 and 8, and confirming setup is complete.
Downloaded SDK file copy to local disk program files > java > copy jdk file location Advanced system settings > Environment variables > system variables and select path > edit > New and paste the location > click ok. Unzip SDK file > then go “cmd” > write cd.. cd.. > cd sdk > cd tools > cd bin > sdkmanager.bat platform-tools > select y. Then Setup SDK manager for Android 7 Nougat and 8 Oreo We Do it …….