Google Play Instant Development SDK Update Fails
Android Studio 3.2 RC3 keeps asking me to update the Google Play Instant Development SDK (from 1.3.0 to 1.4.0), but it always fails the update with this message:
Failed packages:
- Google Play Instant Development SDK (extras;google;instantapps)
How can I fix this?
android-studio google-play android-studio-3.2
add a comment |
Android Studio 3.2 RC3 keeps asking me to update the Google Play Instant Development SDK (from 1.3.0 to 1.4.0), but it always fails the update with this message:
Failed packages:
- Google Play Instant Development SDK (extras;google;instantapps)
How can I fix this?
android-studio google-play android-studio-3.2
add a comment |
Android Studio 3.2 RC3 keeps asking me to update the Google Play Instant Development SDK (from 1.3.0 to 1.4.0), but it always fails the update with this message:
Failed packages:
- Google Play Instant Development SDK (extras;google;instantapps)
How can I fix this?
android-studio google-play android-studio-3.2
Android Studio 3.2 RC3 keeps asking me to update the Google Play Instant Development SDK (from 1.3.0 to 1.4.0), but it always fails the update with this message:
Failed packages:
- Google Play Instant Development SDK (extras;google;instantapps)
How can I fix this?
android-studio google-play android-studio-3.2
android-studio google-play android-studio-3.2
edited Sep 14 '18 at 7:22
Nick Fortescue
5,5241422
5,5241422
asked Sep 13 '18 at 21:26
mFeinsteinmFeinstein
2,22372777
2,22372777
add a comment |
add a comment |
8 Answers
8
active
oldest
votes
I was able to get this working by:
- Closing my project (File -> Close Project)
- Open SDK Manager from the gear at the bottom of the window
- Click Updates on the left
- I had to do this twice and it worked the second time.
If that won't work you can try File -> Invalidate Cache/restart -> Invalidate Restart. Android Studio will close and restart and then updates should install properly.
add a comment |
How this solution?
I close Android Studio File -> Close.
I delete Folder instantapps in C:UsersxxxAppDataLocalAndroidSdkextrasgoogleinstantapps
and I update again.
and success.
see at http://syscurity.blogspot.com/2018/09/failed-packages-google-play-instant.html
this should be the accepted solution.
– muetzenflo
Nov 7 '18 at 18:26
By default the folder instantapps is in AppData..., but to be exact: It´s in <AndroidSDKInstallFolder>extrasgoogle, which can be anywhere.
– gue22
Nov 16 '18 at 18:59
Oops, edit expired: But the actual reason for this post is my annoyance that this syscurity site uses 50% processor on my 45W Skylake, making me wonder what B* it does in the background! (The max I saw in normal ops is under 30%!)
– gue22
Nov 16 '18 at 19:06
This solution is actually included in the comments when the error occurs. This should be the accepted answer.
– Thunderstick
Nov 22 '18 at 11:37
This worked for me, thanks and this should be the accepted answer
– Anish Arya
Dec 16 '18 at 6:06
add a comment |
- find the SDK folder instalation,
- go to extra-google-instantaps, delete that
folder instantaps - and after that update again with sdk manager, that
old version is the problem
add a comment |
After delete, you reinstall here "Instant"
add a comment |
Solved this (in a similar way to previous, with one exception) by
1: Closing Android Studio File -> Close
2: deleting .installer and tools folders in C:UsersxxxAppDataLocalAndroidSdkextrasgoogleinstantapps
3: Launching SDK Manager from Configure dropdown beside gear icon
Note: I tried deleting the entire instantapps folder but when I did this I did not get presented with the option to
install Instant Development SDK.
Nailed it. I followed these steps and a new button popped up near the gear icon reporting the update available and now this issue is solved. Thank you!
– JorgeAmVF
Nov 9 '18 at 1:00
add a comment |
Close Android Studio
Go to the SDK installed folder
C:UsersxxxAppDataLocalAndroidSdk
or maybe you installed in another driveThen go to
extrasgoogleinstantapps
and delete this instant apps folder.- Now open Android Studio
- Tools -> SDK Manager -> SDK Tools -> Check the box before
"Google Play Instant Development
SDK"
- Click Apply and ok
- Enjoy your problem free life.
This worked for me. Thanks!
– Werner
Dec 5 '18 at 13:25
add a comment |
If your version of Android Studio is 3.2, you can go to C:Usersxxx and delete the version folder other than <.AndroidStudio3.2>. I did this and it succeeded.
add a comment |
Just needs Administrator privilege to install. Try run Android studio as administrator.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f52322030%2fgoogle-play-instant-development-sdk-update-fails%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
8 Answers
8
active
oldest
votes
8 Answers
8
active
oldest
votes
active
oldest
votes
active
oldest
votes
I was able to get this working by:
- Closing my project (File -> Close Project)
- Open SDK Manager from the gear at the bottom of the window
- Click Updates on the left
- I had to do this twice and it worked the second time.
If that won't work you can try File -> Invalidate Cache/restart -> Invalidate Restart. Android Studio will close and restart and then updates should install properly.
add a comment |
I was able to get this working by:
- Closing my project (File -> Close Project)
- Open SDK Manager from the gear at the bottom of the window
- Click Updates on the left
- I had to do this twice and it worked the second time.
If that won't work you can try File -> Invalidate Cache/restart -> Invalidate Restart. Android Studio will close and restart and then updates should install properly.
add a comment |
I was able to get this working by:
- Closing my project (File -> Close Project)
- Open SDK Manager from the gear at the bottom of the window
- Click Updates on the left
- I had to do this twice and it worked the second time.
If that won't work you can try File -> Invalidate Cache/restart -> Invalidate Restart. Android Studio will close and restart and then updates should install properly.
I was able to get this working by:
- Closing my project (File -> Close Project)
- Open SDK Manager from the gear at the bottom of the window
- Click Updates on the left
- I had to do this twice and it worked the second time.
If that won't work you can try File -> Invalidate Cache/restart -> Invalidate Restart. Android Studio will close and restart and then updates should install properly.
answered Sep 25 '18 at 13:44
BryanBryan
1,8793921
1,8793921
add a comment |
add a comment |
How this solution?
I close Android Studio File -> Close.
I delete Folder instantapps in C:UsersxxxAppDataLocalAndroidSdkextrasgoogleinstantapps
and I update again.
and success.
see at http://syscurity.blogspot.com/2018/09/failed-packages-google-play-instant.html
this should be the accepted solution.
– muetzenflo
Nov 7 '18 at 18:26
By default the folder instantapps is in AppData..., but to be exact: It´s in <AndroidSDKInstallFolder>extrasgoogle, which can be anywhere.
– gue22
Nov 16 '18 at 18:59
Oops, edit expired: But the actual reason for this post is my annoyance that this syscurity site uses 50% processor on my 45W Skylake, making me wonder what B* it does in the background! (The max I saw in normal ops is under 30%!)
– gue22
Nov 16 '18 at 19:06
This solution is actually included in the comments when the error occurs. This should be the accepted answer.
– Thunderstick
Nov 22 '18 at 11:37
This worked for me, thanks and this should be the accepted answer
– Anish Arya
Dec 16 '18 at 6:06
add a comment |
How this solution?
I close Android Studio File -> Close.
I delete Folder instantapps in C:UsersxxxAppDataLocalAndroidSdkextrasgoogleinstantapps
and I update again.
and success.
see at http://syscurity.blogspot.com/2018/09/failed-packages-google-play-instant.html
this should be the accepted solution.
– muetzenflo
Nov 7 '18 at 18:26
By default the folder instantapps is in AppData..., but to be exact: It´s in <AndroidSDKInstallFolder>extrasgoogle, which can be anywhere.
– gue22
Nov 16 '18 at 18:59
Oops, edit expired: But the actual reason for this post is my annoyance that this syscurity site uses 50% processor on my 45W Skylake, making me wonder what B* it does in the background! (The max I saw in normal ops is under 30%!)
– gue22
Nov 16 '18 at 19:06
This solution is actually included in the comments when the error occurs. This should be the accepted answer.
– Thunderstick
Nov 22 '18 at 11:37
This worked for me, thanks and this should be the accepted answer
– Anish Arya
Dec 16 '18 at 6:06
add a comment |
How this solution?
I close Android Studio File -> Close.
I delete Folder instantapps in C:UsersxxxAppDataLocalAndroidSdkextrasgoogleinstantapps
and I update again.
and success.
see at http://syscurity.blogspot.com/2018/09/failed-packages-google-play-instant.html
How this solution?
I close Android Studio File -> Close.
I delete Folder instantapps in C:UsersxxxAppDataLocalAndroidSdkextrasgoogleinstantapps
and I update again.
and success.
see at http://syscurity.blogspot.com/2018/09/failed-packages-google-play-instant.html
answered Sep 28 '18 at 4:47
Samit PaneekanSamit Paneekan
24112
24112
this should be the accepted solution.
– muetzenflo
Nov 7 '18 at 18:26
By default the folder instantapps is in AppData..., but to be exact: It´s in <AndroidSDKInstallFolder>extrasgoogle, which can be anywhere.
– gue22
Nov 16 '18 at 18:59
Oops, edit expired: But the actual reason for this post is my annoyance that this syscurity site uses 50% processor on my 45W Skylake, making me wonder what B* it does in the background! (The max I saw in normal ops is under 30%!)
– gue22
Nov 16 '18 at 19:06
This solution is actually included in the comments when the error occurs. This should be the accepted answer.
– Thunderstick
Nov 22 '18 at 11:37
This worked for me, thanks and this should be the accepted answer
– Anish Arya
Dec 16 '18 at 6:06
add a comment |
this should be the accepted solution.
– muetzenflo
Nov 7 '18 at 18:26
By default the folder instantapps is in AppData..., but to be exact: It´s in <AndroidSDKInstallFolder>extrasgoogle, which can be anywhere.
– gue22
Nov 16 '18 at 18:59
Oops, edit expired: But the actual reason for this post is my annoyance that this syscurity site uses 50% processor on my 45W Skylake, making me wonder what B* it does in the background! (The max I saw in normal ops is under 30%!)
– gue22
Nov 16 '18 at 19:06
This solution is actually included in the comments when the error occurs. This should be the accepted answer.
– Thunderstick
Nov 22 '18 at 11:37
This worked for me, thanks and this should be the accepted answer
– Anish Arya
Dec 16 '18 at 6:06
this should be the accepted solution.
– muetzenflo
Nov 7 '18 at 18:26
this should be the accepted solution.
– muetzenflo
Nov 7 '18 at 18:26
By default the folder instantapps is in AppData..., but to be exact: It´s in <AndroidSDKInstallFolder>extrasgoogle, which can be anywhere.
– gue22
Nov 16 '18 at 18:59
By default the folder instantapps is in AppData..., but to be exact: It´s in <AndroidSDKInstallFolder>extrasgoogle, which can be anywhere.
– gue22
Nov 16 '18 at 18:59
Oops, edit expired: But the actual reason for this post is my annoyance that this syscurity site uses 50% processor on my 45W Skylake, making me wonder what B* it does in the background! (The max I saw in normal ops is under 30%!)
– gue22
Nov 16 '18 at 19:06
Oops, edit expired: But the actual reason for this post is my annoyance that this syscurity site uses 50% processor on my 45W Skylake, making me wonder what B* it does in the background! (The max I saw in normal ops is under 30%!)
– gue22
Nov 16 '18 at 19:06
This solution is actually included in the comments when the error occurs. This should be the accepted answer.
– Thunderstick
Nov 22 '18 at 11:37
This solution is actually included in the comments when the error occurs. This should be the accepted answer.
– Thunderstick
Nov 22 '18 at 11:37
This worked for me, thanks and this should be the accepted answer
– Anish Arya
Dec 16 '18 at 6:06
This worked for me, thanks and this should be the accepted answer
– Anish Arya
Dec 16 '18 at 6:06
add a comment |
- find the SDK folder instalation,
- go to extra-google-instantaps, delete that
folder instantaps - and after that update again with sdk manager, that
old version is the problem
add a comment |
- find the SDK folder instalation,
- go to extra-google-instantaps, delete that
folder instantaps - and after that update again with sdk manager, that
old version is the problem
add a comment |
- find the SDK folder instalation,
- go to extra-google-instantaps, delete that
folder instantaps - and after that update again with sdk manager, that
old version is the problem
- find the SDK folder instalation,
- go to extra-google-instantaps, delete that
folder instantaps - and after that update again with sdk manager, that
old version is the problem
answered Oct 2 '18 at 21:56
reza rahmadreza rahmad
663514
663514
add a comment |
add a comment |
After delete, you reinstall here "Instant"
add a comment |
After delete, you reinstall here "Instant"
add a comment |
After delete, you reinstall here "Instant"
After delete, you reinstall here "Instant"
answered Nov 10 '18 at 14:24
CroidCroid
693
693
add a comment |
add a comment |
Solved this (in a similar way to previous, with one exception) by
1: Closing Android Studio File -> Close
2: deleting .installer and tools folders in C:UsersxxxAppDataLocalAndroidSdkextrasgoogleinstantapps
3: Launching SDK Manager from Configure dropdown beside gear icon
Note: I tried deleting the entire instantapps folder but when I did this I did not get presented with the option to
install Instant Development SDK.
Nailed it. I followed these steps and a new button popped up near the gear icon reporting the update available and now this issue is solved. Thank you!
– JorgeAmVF
Nov 9 '18 at 1:00
add a comment |
Solved this (in a similar way to previous, with one exception) by
1: Closing Android Studio File -> Close
2: deleting .installer and tools folders in C:UsersxxxAppDataLocalAndroidSdkextrasgoogleinstantapps
3: Launching SDK Manager from Configure dropdown beside gear icon
Note: I tried deleting the entire instantapps folder but when I did this I did not get presented with the option to
install Instant Development SDK.
Nailed it. I followed these steps and a new button popped up near the gear icon reporting the update available and now this issue is solved. Thank you!
– JorgeAmVF
Nov 9 '18 at 1:00
add a comment |
Solved this (in a similar way to previous, with one exception) by
1: Closing Android Studio File -> Close
2: deleting .installer and tools folders in C:UsersxxxAppDataLocalAndroidSdkextrasgoogleinstantapps
3: Launching SDK Manager from Configure dropdown beside gear icon
Note: I tried deleting the entire instantapps folder but when I did this I did not get presented with the option to
install Instant Development SDK.
Solved this (in a similar way to previous, with one exception) by
1: Closing Android Studio File -> Close
2: deleting .installer and tools folders in C:UsersxxxAppDataLocalAndroidSdkextrasgoogleinstantapps
3: Launching SDK Manager from Configure dropdown beside gear icon
Note: I tried deleting the entire instantapps folder but when I did this I did not get presented with the option to
install Instant Development SDK.
answered Oct 1 '18 at 10:44
Peter LoanePeter Loane
112
112
Nailed it. I followed these steps and a new button popped up near the gear icon reporting the update available and now this issue is solved. Thank you!
– JorgeAmVF
Nov 9 '18 at 1:00
add a comment |
Nailed it. I followed these steps and a new button popped up near the gear icon reporting the update available and now this issue is solved. Thank you!
– JorgeAmVF
Nov 9 '18 at 1:00
Nailed it. I followed these steps and a new button popped up near the gear icon reporting the update available and now this issue is solved. Thank you!
– JorgeAmVF
Nov 9 '18 at 1:00
Nailed it. I followed these steps and a new button popped up near the gear icon reporting the update available and now this issue is solved. Thank you!
– JorgeAmVF
Nov 9 '18 at 1:00
add a comment |
Close Android Studio
Go to the SDK installed folder
C:UsersxxxAppDataLocalAndroidSdk
or maybe you installed in another driveThen go to
extrasgoogleinstantapps
and delete this instant apps folder.- Now open Android Studio
- Tools -> SDK Manager -> SDK Tools -> Check the box before
"Google Play Instant Development
SDK"
- Click Apply and ok
- Enjoy your problem free life.
This worked for me. Thanks!
– Werner
Dec 5 '18 at 13:25
add a comment |
Close Android Studio
Go to the SDK installed folder
C:UsersxxxAppDataLocalAndroidSdk
or maybe you installed in another driveThen go to
extrasgoogleinstantapps
and delete this instant apps folder.- Now open Android Studio
- Tools -> SDK Manager -> SDK Tools -> Check the box before
"Google Play Instant Development
SDK"
- Click Apply and ok
- Enjoy your problem free life.
This worked for me. Thanks!
– Werner
Dec 5 '18 at 13:25
add a comment |
Close Android Studio
Go to the SDK installed folder
C:UsersxxxAppDataLocalAndroidSdk
or maybe you installed in another driveThen go to
extrasgoogleinstantapps
and delete this instant apps folder.- Now open Android Studio
- Tools -> SDK Manager -> SDK Tools -> Check the box before
"Google Play Instant Development
SDK"
- Click Apply and ok
- Enjoy your problem free life.
Close Android Studio
Go to the SDK installed folder
C:UsersxxxAppDataLocalAndroidSdk
or maybe you installed in another driveThen go to
extrasgoogleinstantapps
and delete this instant apps folder.- Now open Android Studio
- Tools -> SDK Manager -> SDK Tools -> Check the box before
"Google Play Instant Development
SDK"
- Click Apply and ok
- Enjoy your problem free life.
edited Dec 5 '18 at 11:42
Vladimir Ilyich
648320
648320
answered Dec 5 '18 at 10:05
Tech RebootTech Reboot
112
112
This worked for me. Thanks!
– Werner
Dec 5 '18 at 13:25
add a comment |
This worked for me. Thanks!
– Werner
Dec 5 '18 at 13:25
This worked for me. Thanks!
– Werner
Dec 5 '18 at 13:25
This worked for me. Thanks!
– Werner
Dec 5 '18 at 13:25
add a comment |
If your version of Android Studio is 3.2, you can go to C:Usersxxx and delete the version folder other than <.AndroidStudio3.2>. I did this and it succeeded.
add a comment |
If your version of Android Studio is 3.2, you can go to C:Usersxxx and delete the version folder other than <.AndroidStudio3.2>. I did this and it succeeded.
add a comment |
If your version of Android Studio is 3.2, you can go to C:Usersxxx and delete the version folder other than <.AndroidStudio3.2>. I did this and it succeeded.
If your version of Android Studio is 3.2, you can go to C:Usersxxx and delete the version folder other than <.AndroidStudio3.2>. I did this and it succeeded.
answered Nov 8 '18 at 6:25
CazaeaCazaea
11
11
add a comment |
add a comment |
Just needs Administrator privilege to install. Try run Android studio as administrator.
add a comment |
Just needs Administrator privilege to install. Try run Android studio as administrator.
add a comment |
Just needs Administrator privilege to install. Try run Android studio as administrator.
Just needs Administrator privilege to install. Try run Android studio as administrator.
answered Nov 24 '18 at 11:23
DevSherifDevSherif
7328
7328
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f52322030%2fgoogle-play-instant-development-sdk-update-fails%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown