ColouringImageFloodFill icon indicating copy to clipboard operation
ColouringImageFloodFill copied to clipboard

NDK_PROJECT_PATH = NULL

Open Naxomiun opened this issue 7 years ago • 1 comments

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!

Naxomiun avatar Jan 11 '18 14:01 Naxomiun

you should use this file (jnibitmap.cpp) LOCAL_SRC_FILES := jnibitmap.cpp

And un-comment commented lines on ColorActivity.java

lakmalz avatar Jan 17 '18 04:01 lakmalz