Skip to content

simple bash script for trying to find android ndk version used to build native library. useful for poorly documented source code.

License

Notifications You must be signed in to change notification settings

stilldg/ndk-version-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ndk-version-finder

simple bash script for trying to find android ndk version used to build native library. useful for poorly documented source code. i created this when i was going through every ndk version to find the one that would let me build a project properly. maybe this will help someone else with this issue.

# usage:
bash tryndk.sh <ndk_version> <ndk_path> <native_lib_jni_path>
# example:
bash tryndk.sh r21 "~/my_android_ndk_path" "~/my_source_path/jni"

About

simple bash script for trying to find android ndk version used to build native library. useful for poorly documented source code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages