Andrews simulator mounted on kali 2019 64bit

Ready-dependent environment

apt-get install lib32z1 

apt-get install libgl1-mesa-dev

Download the SDK package

wget http://dl.google.com/android/android-sdk_r24.4.1-linux.tgz

tar -zxvf android-sdk_r24.4.1-linux.tgz

cd android-sdk-linux/tools

chmod +x android

./android

We will see:

pull down

Select Android SDK version you need

Select and click Install 5 Packages
then as follows:

Select Accept LicenseClick Install
wait for it to complete the installation, completed:

Add Android Virtual Device (AVD)

Click the image above Toolsa drop-down box, then clickManage AVDs...

Click the createbutton to create AVD.
Select or fill in the configuration as shown below:

Click okthe button.

It will show you just select the configuration you see:

Click okthe button.

Run a new Android Virtual Device (AVD)

Click Start...the button.

Click launchthe button.

Enter www.baidu.com

Get.

参考:How To Install Official Android Emulator (SDK) On Linux

Guess you like

Origin www.cnblogs.com/freedom-try/p/12144223.html