HarmonyOS

georgegeorge
1 min read

IDE

DevEco Studio-HarmonyOS Next Beta版-华为开发者联盟

HUAWEI DevEco Studio

Hello World

  1. Create Project

  1. Empty Ability

  2. Hello World

  3. Code

  4. Run

Simulator

Hpyer-V

Run as Administrator to enable Hyper-V

pushd "%~dp0"
dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hyper-v.txt
for /f %%i in ('findstr /i . hyper-v.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i"
del hyper-v.txt
Dism /online /enable-feature /featurename:Microsoft-Hyper-V-All /LimitAccess /ALL
0
Subscribe to my newsletter

Read articles from george directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

george
george