Android Question The installation SDK of Google Play Services

Sergey_New

Well-Known Member
Licensed User
Longtime User
The installation SDK of Google Play Services fails with an error.
Info: Parsing C:\Android\system-images\android-28\default\x86_64\package.xml
[ ] 3% Loading local repository... [ ] 3% Fetch remote repository... [= ] 3% Fetch remote repository... [= ] 3% Fetch remote repository... [= ] 3% Fetch remote repository... [= ] 4% Fetch remote repository... [= ] 5% Fetch remote repository... [== ] 5% Fetch remote repository... [== ] 6% Fetch remote repository... [== ] 7% Fetch remote repository... [== ] 7% Computing updates... [=== ] 8% Computing updates... [=== ] 10% Computing updates... [=== ] 10% Installing Google APIs Intel x86_6 Info: Preparing "Install Google APIs Intel x86_64 Atom System Image (revision: 12)".
[=== ] 10% Installing Google APIs Intel x86_6[=== ] 10% Downloading x86_64-29_r12.zip... [==== ] 10% Downloading x86_64-29_r12.zip... [==== ] 11% Downloading x86_64-29_r12.zip... [==== ] 12% Downloading x86_64-29_r12.zip... [===== ] 13% Downloading x86_64-29_r12.zip... [===== ] 14% Downloading x86_64-29_r12.zip... [===== ] 15% Downloading x86_64-29_r12.zip... [====== ] 15% Downloading x86_64-29_r12.zip... [====== ] 16% Downloading x86_64-29_r12.zip... [====== ] 17% Downloading x86_64-29_r12.zip... [======= ] 18% Downloading x86_64-29_r12.zip... [======= ] 19% Downloading x86_64-29_r12.zip... [======= ] 20% Downloading x86_64-29_r12.zip... [======== ] 20% Downloading x86_64-29_r12.zip... [======== ] 21% Downloading x86_64-29_r12.zip... [======== ] 22% Downloading x86_64-29_r12.zip... [========= ] 23% Downloading x86_64-29_r12.zip... [========= ] 24% Downloading x86_64-29_r12.zip... [========= ] 25% Downloading x86_64-29_r12.zip... [========== ] 25% Downloading x86_64-29_r12.zip... [========== ] 26% Downloading x86_64-29_r12.zip... [========== ] 27% Downloading x86_64-29_r12.zip... [=========== ] 28% Downloading x86_64-29_r12.zip... [=========== ] 29% Downloading x86_64-29_r12.zip... [=========== ] 30% Downloading x86_64-29_r12.zip... [============ ] 30% Downloading x86_64-29_r12.zip... [============ ] 31% Downloading x86_64-29_r12.zip... [============ ] 32% Downloading x86_64-29_r12.zip... [============ ] 33% Downloading x86_64-29_r12.zip... [============ ] 33% Unzipping... [============ ] 33% Unzipping... x86_64/ [============ ] 33% Unzipping... x86_64/advancedFeatur[============= ] 33% Unzipping... x86_64/advancedFeatur[============= ] 33% Unzipping... x86_64/VerifiedBootPa[============= ] 33% Unzipping... x86_64/kernel-ranchu [============= ] 33% Unzipping... x86_64/NOTICE.txt [============= ] 33% Unzipping... x86_64/build.prop [============= ] 33% Unzipping... x86_64/userdata.img [============= ] 33% Unzipping... x86_64/source.propert[============= ] 33% Unzipping... x86_64/data/ [============= ] 33% Unzipping... x86_64/data/misc/ [============= ] 33% Unzipping... x86_64/data/misc/wifi[============= ] 33% Unzipping... x86_64/data/misc/apns[============= ] 33% Unzipping... x86_64/data/local.pro[============= ] 33% Unzipping... x86_64/ramdisk.img [============= ] 33% Unzipping... x86_64/system.img [============= ] 34% Unzipping... x86_64/system.img [============= ] 35% Unzipping... x86_64/system.img [============== ] 35% Unzipping... x86_64/system.img [============== ] 36% Unzipping... x86_64/system.img [============== ] 37% Unzipping... x86_64/system.img [=============== ] 38% Unzipping... x86_64/system.img [=============== ] 39% Unzipping... x86_64/system.img [=============== ] 40% Unzipping... x86_64/system.img [================ ] 40% Unzipping... x86_64/system.img [================ ] 41% Unzipping... x86_64/system.img [================ ] 42% Unzipping... x86_64/system.img [================= ] 43% Unzipping... x86_64/system.img [================= ] 44% Unzipping... x86_64/system.img [================= ] 45% Unzipping... x86_64/system.img [================== ] 45% Unzipping... x86_64/system.img [================== ] 46% Unzipping... x86_64/system.img [================== ] 47% Unzipping... x86_64/system.img [=================== ] 48% Unzipping... x86_64/system.img [=================== ] 49% Unzipping... x86_64/system.img [=================== ] 50% Unzipping... x86_64/system.img [==================== ] 50% Unzipping... x86_64/system.img [==================== ] 51% Unzipping... x86_64/system.img [==================== ] 52% Unzipping... x86_64/system.img [===================== ] 53% Unzipping... x86_64/system.img [===================== ] 54% Unzipping... x86_64/system.img [===================== ] 54% Unzipping... x86_64/vendor.img [===================== ] 55% Unzipping... x86_64/vendor.img [===================== ] 55% Unzipping... x86_64/encryptionkey. Info: "Install Google APIs Intel x86_64 Atom System Image (revision: 12)" ready.
[===================== ] 55% Unzipping... x86_64/encryptionkey. Info: Installing Google APIs Intel x86_64 Atom System Image in C:\Android\system-images\android-29\google_apis\x86_64
[===================== ] 55% Unzipping... x86_64/encryptionkey.[=======================================] 100% Unzipping... x86_64/encryptionkey
Info: "Install Google APIs Intel x86_64 Atom System Image (revision: 12)" complete.
Info: "Install Google APIs Intel x86_64 Atom System Image (revision: 12)" finished.


Warning: Errors during XML parse:
Warning: Additionally, the fallback loader failed to parse the XML.
Please tell me how to fix it?
 
Top