Skip to content

vladsoroka/GradleJniSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java&Native HelloWorld Gradle Project

Based on new Gradle C++ plugins which is recommended to use over the older Native plugins

Note, there is currently no "C application" plugin, so this build uses the "C++ application" plugin and then reconfigures it to build C instead.

Build & Run

  • Use IDEA, open and run HelloTest
  • Command line
    ./gradlew test 
    

About

A sample application that shows how to use Gradle to compile and run C/C++ JNI code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published