Questions tagged [android.mk]

An Android.mk file is written to describe your sources to the build system.

Android.mk build file is written to describe your C and C++ source files to the Android NDK. You can read full file specification here.

211 questions
-1
votes
1 answer

Android NDK: Your APP_BUILD_SCRIPT points to an unknown file: Android.mk

I know this question was asked before but I tried all existing solutions and none of them solved the issue. I am trying to create a simple hello world native app (binary not apk) but I keep getting this error message when I try to compile using…
DigitalPerson
  • 191
  • 3
  • 12
1 2 3
14
15