joaoventura / pybridge

Reuse Python code in native Android applications
215 stars 56 forks source link

External Native Build Error : CMAKE error #19

Closed shyamprajapati789 closed 5 years ago

shyamprajapati789 commented 6 years ago

Hi Sir. There is a build error when cmake runs during build. It shows error at the following line of code in android.toolchain.cmake

if(NOT EXISTS "${ANDROID_NDK}/source.properties") message(FATAL_ERROR "Missing file: ${ANDROID_NDK}/source.properties. Please use NDK r12+.") endif()