- Install dotnet SDK
- Install
android
orandroid-aot
workload - Open project in VS Code
- Install recommended extensions
- Run
Emulator
task - Run build task and select
Run
- Application is built and started on the emulator, a white screen will be shown
- Attach the debugger to start the application
- Build failing because no device is found: in the terminal run
adb devices
to start the ADB server. Then, in the emulator, disable and re-enable ADB setting from developer setting.