Android environment configuration (Eclipse development environment full download)

Android environment configuration

Preparatory

Android environment of Eclipse:

Web Links: https://www.runoob.com/w3cnote/android-tutorial-eclipse-adt-sdk-app.html

1567518558985

SDK's CPU mirroring resources:

Web Links: https://www.androiddevtools.cn/

1567558276283

Why do you want to download this version? Because I experienced a night of research and found that Eclipse comes AVD can not be used (at least my computer is so)

Then download the corresponding SDK:

1567558509792

Software decompression and preparation environment

Eclipse unzip

To decompress the Eclipse D:\\Android(I is the path, varies), the following figure:

1567519715227

You can see an eclipse and a sdk directory, which is our next two need to use the Eclipse open in the eclipse directory:

1567519824516

The sdk configured into the system environment variables:

1567519928015

1567519964521

1567519990647

Create a system variable : ANDROID_SDK_HOME, the argument was sdk directory when you unzip just

1567520121239

Place the downloaded SDK System images: android-14.rar decompression

New sdk directory in just a system-imagesdirectory, then unzip the file into here, there might be making a mistake, that is generated when you unzipped directory will be multi-layer, to check: D:\Android\adt-bundle-windows-x86_64-20140702\sdk\system-images\android-14Figure:

1567558766204

Check whether the directory corresponding to the (likely to be a problem when decompressed)

1567558779784

Compressed into the directory corresponding solutions corresponding SDK

1567558945832

Check the contents of the corresponding file, do not put into the SDK System images (two names because it is different, so look at their lower directory)

1567558964938

Open the Eclipse set to create Android emulator:

If you can not open:

1567521935009

1567521982222

Manager is not the first look and I like your SDK:

1567520935483

The red box is under SDK System images into the correct directory is displayed, if that fails:

1567521078800

1567521107180

Then restart Eclipse to create Android emulator (if SDK System images properly loaded words):

1567521148725

1567521216395

1567559597343

If the image above CPU / ABI` not choose to show that you SDK System images (android-14) is not properly introduced

start up:

1567559626381

This is when you start selecting its size:

1567559669269

If an error occurs during startup simulator: PANIC: Could not Open: , you just want to check your configuration environment variables are correct, your wrong path. (If you start a black screen, you can replace what configuration properties, restart)

1567521887033

This is the way I started successfully:

1567559916018

Creating your first android project:

1567521611618

1567521708779

All the way next, then finish.

1567521769811

Figure operating results:

1567563697041

appendix

If you encounter each run development projects will start a AVD, then:

1567563853606

1567563916584

My AVD configuration:

1567564036793

Guess you like

Origin www.cnblogs.com/Anxc/p/11457609.html