Skip to main content

Android Studio: Notes

Android Studio splash screen
Download Android Studio

Download the latest Android Studio. Android Studio provides the fastest tools for building apps on every type of Android device.

Running Intel® HAXM installer
Failed to install Intel HAXM. For details, please check the installation log: "C:\Users\tuyen\AppData\Local\Temp\haxm_log.txt"
Intel® HAXM installation failed. To install Intel® HAXM follow the instructions found at: https://software.intel.com/android/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-windows
Installer log is located at C:\Users\tuyen\AppData\Local\Temp\haxm_log.txt
Installer log contents:
=== Logging started: 7/21/2020  19:45:22 ===
This computer does not support Intel Virtualization Technology (VT-x) or it is being exclusively used by Hyper-V. HAXM cannot be installed. 
Please ensure Hyper-V is disabled in Windows Features, or refer to the Intel HAXM documentation for more information.

=== Logging stopped: 7/21/2020  19:45:22 ===

Change Android SDK Home to new location

Create new user environment variable: ANDROID_SDK_HOME

ANDROID_SDK_HOME environment variable

Popular posts from this blog

Windows 10 1903 Critical Error: Your Start menu isn't working

Windows 10 1903 Critical Error: Your Start menu isn't working. We'll try to fix it the next time you sign in.

Office 365: Alert Policies - Creation of forwarding/redirect rule

The default Creation of forwarding/redirect rule alert policy will be triggered when end-users create rule to forward or redirect mail

Powershell: Install Windows Feature - .NET Framework 3.5

Check if .NET Framework is installed. Get-WindowFeature *net* Install-WindowsFeature NET-Framework-Features