Good Day, I'm trying to compile Ogre for android on Windows7 following CMake Quick Start Guide but in step 6 CMD is giving me problems:
There is no toolchain, Im using Visual Studio 2012 console.
Try making a bin folder in your androiddependencies.
your command tells the cmake binary to look for the cmake file in ".." which is one folder above the current one.
Usually you make a bin or build folder in your current one and then cd to that folder and execute the command there