Hi All,
I am trying to Deploy to Android i.e. make a .apk , now I can run a Cmake and it works to my Build directory but when I run make it fails. Now i look on forums etc
and followed all ways but when they make on the how to’s they never get errors, so no idea I listed the error Below.
From the Urho Repository, i.e. Source code Directory I run the command ./cmake_android.sh $URHO3D_HOME -DURHO3D_SAMPLES=1 and it works.
But when I change directory to Build Directory i.e. $URHO3D_HOME I get the following error any Idea???
Thankyou
[ 0%] Linking C static library libFreeType.a
sorry - this program has been built without plugin support
Source/ThirdParty/FreeType/CMakeFiles/FreeType.dir/build.make:1108: recipe for target ‘Source/ThirdParty/FreeType/libFreeType.a’ failed
make[2]: *** [Source/ThirdParty/FreeType/libFreeType.a] Error 176
CMakeFiles/Makefile2:166: recipe for target ‘Source/ThirdParty/FreeType/CMakeFiles/FreeType.dir/all’ failed
make[1]: *** [Source/ThirdParty/FreeType/CMakeFiles/FreeType.dir/all] Error 2
Makefile:149: recipe for target ‘all’ failed
make: *** [all] Error 2