Finally, I transfer one of these files to assets and upload it manually before using
String path = getApplication().getFilesDir().toString() + "/armeabi-v7a/libgnustl_shared.so"; if (!FileUtils.isFileExit(path))
This does not work very well, although it fixes a DuplicateFileException error. If anyone gets a better way, tell me. Thanks! ^ _ ^
source share