Android learning environment variable configuration and solution to the problem of being unable to install intel HAXM

Prerequisite: All configurations of the Java runtime environment have been completed

1. Download and install the Android development tool Android Studio: (Self-guided Baidu)

2. Download Android SDK and set environment variables:

2.1 Android SDK (searchable and downloadable in development tools)

2.2 Environment variable configuration

Create new variable

ANDROID_HOME: D:\Android SDK (decompression path of Android SDK)

ANDROID_SDK_HOME: D:\Android AVD (Customize the path of the Android emulator. You can also not set it. The default path is c:\user\username\.android\avd)

Add in Path:

%ANDROID_HOME%\platform-tools (convenient for future debugging with adb)


Problem Description:

Unable to install intel HAXM


solution:

Searching for other solutions online is ineffective

My personal solution is to install intel HAXM manually

Go to Intel official website to download, Releases address on the right: https://github.com/intel/haxm

Then put it under the path D:\Android SDK\extras\intel (my personal SDK path)

Various other possible causes and solutions

About android: I can't install intel HAXM | - Programmer Sought

HAXM is not getting installed in Windows10 · Issue #301 · intel/haxm · GitHub

Guess you like

Origin blog.csdn.net/lzp1467188465/article/details/108351855