C++ / Advanced / Working with .dgn files / Android
Location:
<INSTALL_DIR>/Dgn/Examples/Android/jni
Note: <INSTALL_DIR> is a directory where
you unpacked the Drawings SDK archive.
Description
C++ native JNI shared library (.so) which is used in
OdaAndroidDgnApp to provide
Drawings functionality for reading, rendering, etc. It provides C++ functions
that correspond to Java native functions in OdaAndroidDgnApp.
To use it, a developer should have experience with JNI mechanisms.