Using Android Studio on a Surface Pro(5th gen)
I am someone who wants to build an app using Android Studio. An important function of Android Studio is to test the app that is being developed. I tried testing on a virtual device but it refuses to work. The "intel x86 emulator accelerator (haxm installer)" SDK won't install and only returns the error:
This computer does not support Intel Virtualization Technology (VT-x)
or it is being exclusively used by Hyper-V. HAXM cannot be installed.
Please ensure Hyper-V is disabled in Windows Features, or refer to the
Intel HAXM documentation for more information.
My Hyper-V is indeed disabled. I tried to download the HAXM directly from Intel's site and it gave me the same error. The only other possible reason would be that my CPU does not support Intel Virtualization Technology. This seemed unlikely to me since I figured there would be no reason for my new Surface Pro not to include it. After researching the topic, I downloaded the Intel Processor Identification Utility to verify if my CPU has Intel Virtualization Technology. To my surprise, it appeared not to be supported.
I have spent three days trying to test an app any way I can and nothing seems to work. I am frustrated with how difficult this process has been for such a basic function. I own a Surface Pro (2017) with Intel Core i5-7300U 8GB ram. I just want to know if anyone with this computer or similar circumstances has successfully used Android Studio and how.
cpu virtualization android microsoft-surface-pro android-studio
add a comment |
I am someone who wants to build an app using Android Studio. An important function of Android Studio is to test the app that is being developed. I tried testing on a virtual device but it refuses to work. The "intel x86 emulator accelerator (haxm installer)" SDK won't install and only returns the error:
This computer does not support Intel Virtualization Technology (VT-x)
or it is being exclusively used by Hyper-V. HAXM cannot be installed.
Please ensure Hyper-V is disabled in Windows Features, or refer to the
Intel HAXM documentation for more information.
My Hyper-V is indeed disabled. I tried to download the HAXM directly from Intel's site and it gave me the same error. The only other possible reason would be that my CPU does not support Intel Virtualization Technology. This seemed unlikely to me since I figured there would be no reason for my new Surface Pro not to include it. After researching the topic, I downloaded the Intel Processor Identification Utility to verify if my CPU has Intel Virtualization Technology. To my surprise, it appeared not to be supported.
I have spent three days trying to test an app any way I can and nothing seems to work. I am frustrated with how difficult this process has been for such a basic function. I own a Surface Pro (2017) with Intel Core i5-7300U 8GB ram. I just want to know if anyone with this computer or similar circumstances has successfully used Android Studio and how.
cpu virtualization android microsoft-surface-pro android-studio
Questions about Android devices are out of scope here at Super User. Worth pointing out your CPU actually does support VT-x.
– Ramhound
Jan 5 at 6:39
Make sure you have Core Isolation disabled, and any security software you have installed, is not configured to use VT-x otherwise Android Studio will not work.
– Ramhound
Jan 7 at 23:14
So how would I disable Core Isolation. And if my CPU does have VT-x, then how do I "enable" it?
– Daniel Nunez
Jan 14 at 1:18
It should already been enabled. How you disable Core Isolation is well documented. Your CPU absolutely supports VT-x
– Ramhound
Jan 14 at 3:05
add a comment |
I am someone who wants to build an app using Android Studio. An important function of Android Studio is to test the app that is being developed. I tried testing on a virtual device but it refuses to work. The "intel x86 emulator accelerator (haxm installer)" SDK won't install and only returns the error:
This computer does not support Intel Virtualization Technology (VT-x)
or it is being exclusively used by Hyper-V. HAXM cannot be installed.
Please ensure Hyper-V is disabled in Windows Features, or refer to the
Intel HAXM documentation for more information.
My Hyper-V is indeed disabled. I tried to download the HAXM directly from Intel's site and it gave me the same error. The only other possible reason would be that my CPU does not support Intel Virtualization Technology. This seemed unlikely to me since I figured there would be no reason for my new Surface Pro not to include it. After researching the topic, I downloaded the Intel Processor Identification Utility to verify if my CPU has Intel Virtualization Technology. To my surprise, it appeared not to be supported.
I have spent three days trying to test an app any way I can and nothing seems to work. I am frustrated with how difficult this process has been for such a basic function. I own a Surface Pro (2017) with Intel Core i5-7300U 8GB ram. I just want to know if anyone with this computer or similar circumstances has successfully used Android Studio and how.
cpu virtualization android microsoft-surface-pro android-studio
I am someone who wants to build an app using Android Studio. An important function of Android Studio is to test the app that is being developed. I tried testing on a virtual device but it refuses to work. The "intel x86 emulator accelerator (haxm installer)" SDK won't install and only returns the error:
This computer does not support Intel Virtualization Technology (VT-x)
or it is being exclusively used by Hyper-V. HAXM cannot be installed.
Please ensure Hyper-V is disabled in Windows Features, or refer to the
Intel HAXM documentation for more information.
My Hyper-V is indeed disabled. I tried to download the HAXM directly from Intel's site and it gave me the same error. The only other possible reason would be that my CPU does not support Intel Virtualization Technology. This seemed unlikely to me since I figured there would be no reason for my new Surface Pro not to include it. After researching the topic, I downloaded the Intel Processor Identification Utility to verify if my CPU has Intel Virtualization Technology. To my surprise, it appeared not to be supported.
I have spent three days trying to test an app any way I can and nothing seems to work. I am frustrated with how difficult this process has been for such a basic function. I own a Surface Pro (2017) with Intel Core i5-7300U 8GB ram. I just want to know if anyone with this computer or similar circumstances has successfully used Android Studio and how.
cpu virtualization android microsoft-surface-pro android-studio
cpu virtualization android microsoft-surface-pro android-studio
edited Jan 7 at 21:30
music2myear
30.9k85598
30.9k85598
asked Jan 5 at 5:29
Daniel NunezDaniel Nunez
11
11
Questions about Android devices are out of scope here at Super User. Worth pointing out your CPU actually does support VT-x.
– Ramhound
Jan 5 at 6:39
Make sure you have Core Isolation disabled, and any security software you have installed, is not configured to use VT-x otherwise Android Studio will not work.
– Ramhound
Jan 7 at 23:14
So how would I disable Core Isolation. And if my CPU does have VT-x, then how do I "enable" it?
– Daniel Nunez
Jan 14 at 1:18
It should already been enabled. How you disable Core Isolation is well documented. Your CPU absolutely supports VT-x
– Ramhound
Jan 14 at 3:05
add a comment |
Questions about Android devices are out of scope here at Super User. Worth pointing out your CPU actually does support VT-x.
– Ramhound
Jan 5 at 6:39
Make sure you have Core Isolation disabled, and any security software you have installed, is not configured to use VT-x otherwise Android Studio will not work.
– Ramhound
Jan 7 at 23:14
So how would I disable Core Isolation. And if my CPU does have VT-x, then how do I "enable" it?
– Daniel Nunez
Jan 14 at 1:18
It should already been enabled. How you disable Core Isolation is well documented. Your CPU absolutely supports VT-x
– Ramhound
Jan 14 at 3:05
Questions about Android devices are out of scope here at Super User. Worth pointing out your CPU actually does support VT-x.
– Ramhound
Jan 5 at 6:39
Questions about Android devices are out of scope here at Super User. Worth pointing out your CPU actually does support VT-x.
– Ramhound
Jan 5 at 6:39
Make sure you have Core Isolation disabled, and any security software you have installed, is not configured to use VT-x otherwise Android Studio will not work.
– Ramhound
Jan 7 at 23:14
Make sure you have Core Isolation disabled, and any security software you have installed, is not configured to use VT-x otherwise Android Studio will not work.
– Ramhound
Jan 7 at 23:14
So how would I disable Core Isolation. And if my CPU does have VT-x, then how do I "enable" it?
– Daniel Nunez
Jan 14 at 1:18
So how would I disable Core Isolation. And if my CPU does have VT-x, then how do I "enable" it?
– Daniel Nunez
Jan 14 at 1:18
It should already been enabled. How you disable Core Isolation is well documented. Your CPU absolutely supports VT-x
– Ramhound
Jan 14 at 3:05
It should already been enabled. How you disable Core Isolation is well documented. Your CPU absolutely supports VT-x
– Ramhound
Jan 14 at 3:05
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f1390786%2fusing-android-studio-on-a-surface-pro5th-gen%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1390786%2fusing-android-studio-on-a-surface-pro5th-gen%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
Questions about Android devices are out of scope here at Super User. Worth pointing out your CPU actually does support VT-x.
– Ramhound
Jan 5 at 6:39
Make sure you have Core Isolation disabled, and any security software you have installed, is not configured to use VT-x otherwise Android Studio will not work.
– Ramhound
Jan 7 at 23:14
So how would I disable Core Isolation. And if my CPU does have VT-x, then how do I "enable" it?
– Daniel Nunez
Jan 14 at 1:18
It should already been enabled. How you disable Core Isolation is well documented. Your CPU absolutely supports VT-x
– Ramhound
Jan 14 at 3:05