Verify Existence

Verify environment variables are set:

if(NOT DEFINED ENV{C_COMPILER_PATH_ANDROID})
    message(FATAL_ERROR "You must set C_COMPILER_PATH_ANDROID environment variable")
endif()

Backlinks