Install Android Studio
Instructions for
While the Android Studio download completes, verify which version of the JDK you have: open a command line and type
javac -version. If the JDK
is not available or the version is lower than 1.8, download the Java SE Development Kit 8.To install Android Studio on Windows, proceed as follows:
- Launch the
.exefile you downloaded. - Follow the setup wizard to install Android Studio and any necessary SDK tools.
On some Windows systems, the launcher script does not find where the JDK is installed.
If you encounter this problem,
you need to set an environment variable indicating the correct location.
Select Start menu > Computer > System Properties > Advanced System Properties. Then open Advanced tab > Environment Variables and add a new system variableJAVA_HOMEthat points to your JDK folder, for example
No comments:
Post a Comment