android studio 에서 ndk 사용법에 대해 잘 몰라서 질문을 계속드리고있습니다 ㅠㅠ 많은 질문에도 답변 달아주신 분들께 정말 감사드립니다. 이번에는 정말 될 것같았는데 Error 가 나네요... 이미지 올리겠습니다.
com_example_jsb_hellojni2_MyActivity.h
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class com_example_jsb_hellojni2_MyActivity */
#ifndef _Included_com_example_jsb_hellojni2_MyActivity
#define _Included_com_example_jsb_hellojni2_MyActivity
#ifdef __cplusplus
extern "C" {
#endif
#undef com_example_jsb_hellojni2_MyActivity_MODE_PRIVATE
#define com_example_jsb_hellojni2_MyActivity_MODE_PRIVATE 0L
#undef com_example_jsb_hellojni2_MyActivity_MODE_WORLD_READABLE
#define com_example_jsb_hellojni2_MyActivity_MODE_WORLD_READABLE 1L
#undef com_example_jsb_hellojni2_MyActivity_MODE_WORLD_WRITEABLE
#define com_example_jsb_hellojni2_MyActivity_MODE_WORLD_WRITEABLE 2L
#undef com_example_jsb_hellojni2_MyActivity_MODE_APPEND
#define com_example_jsb_hellojni2_MyActivity_MODE_APPEND 32768L
#undef com_example_jsb_hellojni2_MyActivity_MODE_MULTI_PROCESS
#define com_example_jsb_hellojni2_MyActivity_MODE_MULTI_PROCESS 4L
#undef com_example_jsb_hellojni2_MyActivity_MODE_ENABLE_WRITE_AHEAD_LOGGING
#define com_example_jsb_hellojni2_MyActivity_MODE_ENABLE_WRITE_AHEAD_LOGGING 8L
#undef com_example_jsb_hellojni2_MyActivity_BIND_AUTO_CREATE
#define com_example_jsb_hellojni2_MyActivity_BIND_AUTO_CREATE 1L
#undef com_example_jsb_hellojni2_MyActivity_BIND_DEBUG_UNBIND
#define com_example_jsb_hellojni2_MyActivity_BIND_DEBUG_UNBIND 2L
#undef com_example_jsb_hellojni2_MyActivity_BIND_NOT_FOREGROUND
#define com_example_jsb_hellojni2_MyActivity_BIND_NOT_FOREGROUND 4L
#undef com_example_jsb_hellojni2_MyActivity_BIND_ABOVE_CLIENT
#define com_example_jsb_hellojni2_MyActivity_BIND_ABOVE_CLIENT 8L
#undef com_example_jsb_hellojni2_MyActivity_BIND_ALLOW_OOM_MANAGEMENT
#define com_example_jsb_hellojni2_MyActivity_BIND_ALLOW_OOM_MANAGEMENT 16L
#undef com_example_jsb_hellojni2_MyActivity_BIND_WAIVE_PRIORITY
#define com_example_jsb_hellojni2_MyActivity_BIND_WAIVE_PRIORITY 32L
#undef com_example_jsb_hellojni2_MyActivity_BIND_IMPORTANT
#define com_example_jsb_hellojni2_MyActivity_BIND_IMPORTANT 64L
#undef com_example_jsb_hellojni2_MyActivity_BIND_ADJUST_WITH_ACTIVITY
#define com_example_jsb_hellojni2_MyActivity_BIND_ADJUST_WITH_ACTIVITY 128L
#undef com_example_jsb_hellojni2_MyActivity_CONTEXT_INCLUDE_CODE
#define com_example_jsb_hellojni2_MyActivity_CONTEXT_INCLUDE_CODE 1L
#undef com_example_jsb_hellojni2_MyActivity_CONTEXT_IGNORE_SECURITY
#define com_example_jsb_hellojni2_MyActivity_CONTEXT_IGNORE_SECURITY 2L
#undef com_example_jsb_hellojni2_MyActivity_CONTEXT_RESTRICTED
#define com_example_jsb_hellojni2_MyActivity_CONTEXT_RESTRICTED 4L
#undef com_example_jsb_hellojni2_MyActivity_RESULT_CANCELED
#define com_example_jsb_hellojni2_MyActivity_RESULT_CANCELED 0L
#undef com_example_jsb_hellojni2_MyActivity_RESULT_OK
#define com_example_jsb_hellojni2_MyActivity_RESULT_OK -1L
#undef com_example_jsb_hellojni2_MyActivity_RESULT_FIRST_USER
#define com_example_jsb_hellojni2_MyActivity_RESULT_FIRST_USER 1L
#undef com_example_jsb_hellojni2_MyActivity_DEFAULT_KEYS_DISABLE
#define com_example_jsb_hellojni2_MyActivity_DEFAULT_KEYS_DISABLE 0L
#undef com_example_jsb_hellojni2_MyActivity_DEFAULT_KEYS_DIALER
#define com_example_jsb_hellojni2_MyActivity_DEFAULT_KEYS_DIALER 1L
#undef com_example_jsb_hellojni2_MyActivity_DEFAULT_KEYS_SHORTCUT
#define com_example_jsb_hellojni2_MyActivity_DEFAULT_KEYS_SHORTCUT 2L
#undef com_example_jsb_hellojni2_MyActivity_DEFAULT_KEYS_SEARCH_LOCAL
#define com_example_jsb_hellojni2_MyActivity_DEFAULT_KEYS_SEARCH_LOCAL 3L
#undef com_example_jsb_hellojni2_MyActivity_DEFAULT_KEYS_SEARCH_GLOBAL
#define com_example_jsb_hellojni2_MyActivity_DEFAULT_KEYS_SEARCH_GLOBAL 4L
/*
* Class: com_example_jsb_hellojni2_MyActivity
* Method: getMessage
* Signature: ()Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_com_example_jsb_hellojni2_MyActivity_getMessage
(JNIEnv *, jobject);
#ifdef __cplusplus
}
#endif
#endif
Error

MyActivity.java

Android.mk

MyJni.c

build.gradle

이번 질문이 마지막 이였으면 좋겠습니다 ㅠㅠ