When using Android SDK Manager to download, you will encounter
After downloading, you may have the same error, even though repeated attempts are still not installed properly
Downloading SDK Platform Android 8.1.0, API 1, Revision
Download finished with wrong size. Expected 65606517 bytes, got 65738431 bytes.
4, although the Step 3 error, but in fact, the compression package has been downloaded to the local, we just need to find it manually decompression and "Install" can
- Locate Android-sdk (the path where you installed the SDK)
- Open the Temp folder and you'll see, like, a name of "Platform-27_r01.zip"
5, right-click "Platform-27_r01.zip" and extract to the current directory, will be the same as a folder named "android-8.1.0".
6. Open this folder, which is the SDK Platform 8.1.0 (API 27) We need
7, now we need to manually put the extracted folder into the corresponding platform folder
- ANDROID-SDK--Platform folder
- Cut android-8.1.0 to the top of the directory
8, because the Android 8.1.0 corresponding API number is 27, so it renamed ANDROID-27 can 9, re-open the Android SDK Manager, check such as 10, Android 8.1.0 SDK Platform successfully installed!
Transfer from http://blog.csdn.net/u013700908/article/details/79056936
Android SDK Download SDK platform failure record