In UpdatesForAndroid\UnrealEngine4\4.10\Source\Runtime\Private\Android\AndroidJNI.cpp
remove this line (739):
LocalJNIEnv->ReleaseByteArrayElements(data, buf, JNI_ABORT);
It solved the problem for me.
In UpdatesForAndroid\UnrealEngine4\4.10\Source\Runtime\Private\Android\AndroidJNI.cpp
remove this line (739):
LocalJNIEnv->ReleaseByteArrayElements(data, buf, JNI_ABORT);
It solved the problem for me.