bilibili / jni4android

JNI Generater for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jni4android

Build Status

Generate C wrapper from Pseudo-Java

My Build Environment

Build

git clone https://github.com/Bilibili/jni4android.git jni4android
cd jni4android

# build dependencies
# you don't have to run this if you have bison 3.x installed
./get-deps.sh

./configure
make

Usage

Usage:
    j4a -h
    j4a -c [-o <output_file>] <input_file>

Startup:
    -c, --compile         compile file.
    -h, --help            print this help.
    -o, --output          output file.

Example

About

JNI Generater for Android


Languages

Language:C 52.9%Language:C++ 39.3%Language:Yacc 2.9%Language:Makefile 1.6%Language:Shell 1.4%Language:Java 1.3%Language:Lex 0.6%