android,
android-layout,
android-linearlayout,
gradient,

The error message means it cannot find cmake.
You can add its location to your path from the prompt like this:

set PATH="C:\Program Files (x86)\CMake 2.8\bin\";%PATH%

Leave a Comment