ColouringImageFloodFill
ColouringImageFloodFill copied to clipboard
NDK_PROJECT_PATH = NULL
This error keeps hapenning everytime I sync the files. The thing is in your Android.mk file you have something like:
LOCAL_MODULE := floodfillJni
LOCAL_SRC_FILES := floodfillJni.cpp
What is floodFillJni.cpp? I haven't seen any file with that name any in the repo.
Thanks!
you should use this file (jnibitmap.cpp) LOCAL_SRC_FILES := jnibitmap.cpp
And un-comment commented lines on ColorActivity.java