2020年10月18日 星期日

Visual Studio Emulator for Android 試用

 Win10 多了 sandbox 是不錯用, 但是用 sandbox 就需要開 Hyper-V.

但開了 Hyper-V, Intel HAXM 就掛了. 

Intel HAXM 掛了, 一些使用 HAXM 的 Android emulator 也就掛了.


然後就找解法, 一種是 dual boot, 就是根據需要開關 Hyper-V

 開

bcdedit /set hypervisorlaunchtype auto
bcdedit /set hypervisorschedulertype core
 

bcdedit /set hypervisorlaunchtype off
 

然而此法需要重開機. 老實說是不方便.

 

然後找能相容 Hyper-V 的 android emulator.

就找到這個微軟牌安卓模擬器.

https://visualstudio.microsoft.com/zh-hant/vs/msft-android-emulator/

執行起來, 可以選不同的API 算不錯.

唯無 google store. 不能直接由 google store 安裝APP

 


要用 adb connect TCPIP 方式連結模擬器 , 發現已經是 root 了.





追蹤者