jni4android icon indicating copy to clipboard operation
jni4android copied to clipboard

JNI Generater for Android

Results 6 jni4android issues
Sort by recently updated
recently updated
newest added

below is stacktrace. Happened on `OPPO R9 Plusm A;Android 5.1.1,level 22`. why it happend and how could I fix it? ``` SIGABRT: #00 pc 0003aee0 /system/lib/libc.so (tgkill+12) [armeabi-v7a::a924decc455c97eed5ca296429f4729a] #01 pc...

bison.j4a.y Line 151-153: should be t_class_or_interface: T_CLASS {$$ = T_CLASS;} | T_INTERFACE {$$ = T_INTERFACE;}

after run init-android-j4a.sh cd jni4android-fork folder ./configure and make make: *** [src/ast_annotation.o] 错误 1 my os is ubuntu 14.04 and g++ is gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3)

增加重载方法(同名不同参)的处理、自动生成 本来想模仿javah生成的头文件一样使用类似__Ljava_lang_String_2Ljava_lang_Object_2的后缀来区分重载方法的,但是觉得太麻烦就用数字后缀了

After download this project, I got a compiling error: /usr/local/Cellar/llvm@4/4.0.1/bin/../include/c++/v1/wchar.h:119:15: fatal error: 'wchar.h' file not found #include_next ^~~~~~~~~ 1 error generated. The current compiling path cannot find wchar.h, or get...