You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am getting following error
> CMake Error at CMakeLists.txt:11 (project):
> CMAKE_SYSTEM_NAME is 'Android' but 'NVIDIA Nsight Tegra Visual Studio
> Edition' is not installed.
>
>
> -- Configuring incomplete, errors occurred!
> See also "C:/Program Files (x86)/CMake/bin/CMakeFiles/CMakeOutput.log".
can anyone please suggest a proper roadmap to compile it for android , i hunt over a net a lot but couldnt find anything
The text was updated successfully, but these errors were encountered:
i am trying to compile poco for android using CMake , i am using CMake 3.5.2 and Android CMake
https://github.com/taka-no-me/android-cmake
C:\Program Files (x86)\CMake\bin>cmake -DCMAKE_TOOLCHAIN_FILE="E:\ndk\android-cm
ake-master\android.toolchain.cmake" -DANDROID_NDK="D:\android-ndk-r10e" -DCMAKE_
BUILD_TYPE=Release -DANDROID_ABI="armeabi" "E:\ndk\poco-1.7.3" && cmake --build
The text was updated successfully, but these errors were encountered: