You can compile and run the program from x64 Native tools cmd by copying and running this command from the example project file root.
cl.exe .\src\main.c /I .\include\ .\lib\*.lib -o bin\main.exe & bin\main.exe & :: Compiles main.c to main.exe and executes main.exe
The example android compatible can't be compiled by MSVC to target android for that you need android studio have look at allegro android app template