History | View | Annotate | Download (162 Bytes)
build with NDK r13b, which has a min supported platform on android-9
describe the target platform level choice
IOCipher does not need any new features added to the NDK since android-5,which is the NDK platform used when targeting android-7.
"Each new release of NDK headers and libraries for a given Android APIlevel is cumulative; you are nearly always safe if you use the most...
ant.properties is no longer needed, android.library=true is enough
Convert to an "Android Library Project" and remove all traces of template GUI
added skeleton Android project