Skip to content

Jabervan/jni4android

 
 

Repository files navigation

jni4android

Build Status

Generate C wrapper from Pseudo-Java

My Build Environment

Build

git clone https://github.com/Bilibili/jni4android.git jni4android
cd jni4android
./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

[WIP] JNI Generater for Android

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 57.8%
  • C 37.3%
  • Yacc 2.2%
  • Makefile 1.3%
  • Other 1.4%