Cocos2d-x project getting an error on Android device

Compiled Cocos2d-x project and run on Android device, then getting an error!

How is the situation?

Executed command
$ cocos run -s ./TestingProject -p android
The reply
java.lang.UnsatisfiedLinkError: Cannot load library: reloc_library[1285]
The alert on a device
Unfortunately, TestingProject has stopped.

Environment

Java SE Development Kit 8u92
Cocos2d-x 3.10
Android Studio 2.1.1 (SDK API level 23)
Android NDK r10e
Apache ANT 1.9.7

What should I do

Just install Android SDK 15 as project.properties settings shows.
(ProjectName)/proj.android/project.properties
# Project target.
target=android-15

Ref link

https://stackoverflow.com/questions/27338318