1.0.0 • Published 7 years ago

react-native-rocks-utils v1.0.0

Weekly downloads
3
License
ISC
Repository
-
Last release
7 years ago

need to add all ndk abifilters in the app's build.gradle and the library libs, just like the example: abiFilters "armeabi-v7a", "x86", "armeabi", "mips"

in the libray build.gradle ,need add sourceSets { main { jniLibs.srcDirs = 'libs' }

}

in the app mainApplication

SpeechUtilOffline.initSpeechUtilOffline(getApplicationContext());