lib/src/main/java/com/anyun/exam/lib/RemoteService.java
@@ -162,6 +162,12 @@ return sharedPreferences.getInt(key, 0); } public void TextSpeak(String text) { /* if (speaker != null) { speaker.speak(text); }*/ } // Used to load the 'native-lib' library on application startup. static { System.loadLibrary("native-lib");