Android NDK: No rule to make target

OK, I’ve solved my issue, and the reason was very strange:
the problem is in the first line

‘LOCAL_PATH := $(call my-dir)____’

It had several spaces in the end (I’ve replaced them with ‘_’). If you remove them everything works just fine.

Leave a Comment