Which of these is the correct explanation of the Android NDK?
A.
You can create a shared library using native code.
B.
Since it can be executed without a Datvik VM, high speed performance can be achieved.
C.
You can develop Android applications with just native code.
D.
Usage of NDK is recommended, though the source code may become more complex, because
debugging and other operations are easier.
Explanation: