Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install Google Play Instant Development SDK (revision: 1.5.0) failed

How can I fix this?

Packages to install:<br>
- Google Play Instant Development SDK (extras;google;instantapps)

Preparing "Install Google Play Instant Development SDK (revision: 1.5.0)".
<br>Found existing prepared package.

<br>"Install Google Play Instant Development SDK (revision: 1.5.0)" ready.
<br>"Install Google Play Instant Development SDK (revision: 1.5.0)" complete.
<br>"Install Google Play Instant Development SDK (revision: 1.5.0)" failed.
<br>Failed to complete operation using com.android.tools.idea.sdk.install.patch.FullInstaller, retrying with com.android.repository.impl.installer.BasicInstaller
<br>Preparing "Install Google Play Instant Development SDK (revision: 1.5.0)".
<br>Found existing prepared package.
<br>"Install Google Play Instant Development SDK (revision: 1.5.0)" ready.
<br>Installing Google Play Instant Development SDK in C:\Users\XXX\AppData\Local\Android\Sdk\extras\google\instantapps
<br>An error occurred during installation: Failed to move away or delete existing target file: C:\Users\XXX\AppData\Local\Android\Sdk\extras\google\instantapps
<br>Move it away manually and try again..
<br>"Install Google Play Instant Development SDK (revision: 1.5.0)" complete.
<br>"Install Google Play Instant Development SDK (revision: 1.5.0)" failed.
<br>Failed packages:
- Google Play Instant Development SDK (extras;google;instantapps)
like image 578
Mohammad Sultan Al Nahiyan Avatar asked Oct 02 '18 08:10

Mohammad Sultan Al Nahiyan


2 Answers

As explained here, already annotated under your question, deleting the \instantapps folder in C:\[Users]\[UserName]\AppData\Local\Android\Sdk\extras\google\instantapps could be the solution.

like image 55
Marcel Hofgesang Avatar answered Oct 15 '22 10:10

Marcel Hofgesang


delete instantapps folder in your Android Sdk path ...\extras\google\instantapps

like image 3
Vlad Avatar answered Oct 15 '22 12:10

Vlad