반응형
JNI, undefined reference to AndroidBitmap |
"undefined reference to AndroidBitmap_getInfo"
"undefined reference to AndroidBitmap_lockPixels"
"undefined reference to AndroidBitmap_unlockPixels"
위와 같이 AndroidBitmap 에 관한 reference 를 찾을 수 없다는 메세지가 나오면..
Android.mk 파일에 아래와 같이 reference 를 추가 해 주면 된다.
LOCAL_LDFLAGS += -ljnigraphics
반응형
'프로그래밍 놀이터 > 안드로이드, Java' 카테고리의 다른 글
[JNI] undefined reference to `__android_log_print' (0) | 2014.04.14 |
---|---|
[Android] Custom View 를 사용할 때 수동 inflate, merge, attribute setting 피하는 방법. (0) | 2014.04.12 |
[Android] 이미지와 텍스트 함께 배치하기. ( 신문기사처럼 ) (0) | 2014.04.11 |
[android] flood fill algorithm performance tests. (7) | 2014.04.11 |
[android] ~Jelly Bean WebView vs. Kitkat WebView. (0) | 2014.04.10 |
댓글