Troubleshooting
Solutions to common problems.
General
- run
python ./script/crean.py
- try removing
<platform>
/build directory and re-run command - check environment variables and paths(
which <cmd>
in unix-like shell or (echo
,where <cmd>
in Windows power shell)
Could not run example application
check prerequisites
- Example application needs JDK 16
Problems on Windows
build fails
- check development/setup-win
- If you use Windows, make sure you disable other c++ compilers like minGW
Problems on Mac OS
tbd
Problems on Linux
tbd