我試圖使用NDK在eclipse 但下面的教程此錯誤時彈出,我不知道它從何而來類型'JNICALL'無法解析,?
這是我的.h文件
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class com_example_myproject_MainActivity */
#ifndef _Included_com_example_myproject_MainActivity
#define _Included_com_example_myproject_MainActivity
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: com_example_myproject_MainActivity
* Method: getMyData
* Signature:()Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_com_example_myproject_MainActivity_getMyData
(JNIEnv *, jobject);
#ifdef __cplusplus
}
#endif
#endif
錯誤=類型「JNICALL」無法解析
我也有代碼視圖的語法錯誤,但這些都不這些看似與JNIEXPORT
這裏讀我的答案:http://stackoverflow.com/questions/11666711/type-jint-could-not-be -resolved-and-jnienv-jclass/12568538#12568538也許它會幫助你。 – Yury 2012-09-24 15:51:40