@Override public String getVersion() { return String.format(Locale.US, "1.1.%d.%d", JARVERSION, GiCoreView.getVersion()); }
static { System.loadLibrary("touchvg"); Log.i(TAG, "TouchVG V1.1." + JARVERSION + "." + GiCoreView.getVersion()); }