뉴톤 예제 실행시 종료

안녕하세요,

카카오 뉴톤 api 예제 소스 돌리고 있는데

Make Build 까지 이상없이 진행하다가 Open TTS 버튼 누른 후 문구입력 후 tts 플레이 이미지 버튼을 누를시

해당 어플이 중지되었다는 문구가 뜹니다.

manifests 부분에 제 네이티브 키 입력 외에는 변경사항이 없는데 추가적으로 더 설정이 필요한지 답변 부탁드립니다.

하기에 앱을 running 할 시 로그도 첨부하여 드립니다.

01/13 13:41:35: Launching ‘app’ on Nexus 6 API 23.
$ adb shell am start -n “com.kakao.sdk.newtone.sample/com.kakao.sdk.newtone.sample.SplashActivity” -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
Connected to process 7543 on device ‘Nexus_6_API_23 [emulator-5554]’.
Capturing and displaying logcat messages from application. This behavior can be disabled in the “Logcat output” section of the “Debugger” settings page.
I/art: Not late-enabling -Xcheck:jni (already on)
W/System: ClassLoader referenced unknown path: /data/app/com.kakao.sdk.newtone.sample-2/lib/x86
W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter androidx.vectordrawable.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
E/SpeechRecognizer: [speechRecognizer] Library requires permission android.permission.WRITE_EXTERNAL_STORAGE
Please add a “uses-permission” element in the “AndroidManifest.xml” />
D/OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
D/: HostConnection::get() New Host Connection established 0xae4304c0, tid 7543
D/: HostConnection::get() New Host Connection established 0xa9e78700, tid 7565
I/OpenGLRenderer: Initialized EGL, version 1.4
W/OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without…
D/EGL_emulation: eglCreateContext: 0xae4546c0: maj 3 min 1 rcv 4
D/EGL_emulation: eglMakeCurrent: 0xae4546c0: ver 3 1 (tinfo 0xae452fe0)
E/eglCodecCommon: glUtilsParamSize: unknow param 0x000082da
glUtilsParamSize: unknow param 0x00008cdf
E/eglCodecCommon: glUtilsParamSize: unknow param 0x00008824
D/EGL_emulation: eglMakeCurrent: 0xae4546c0: ver 3 1 (tinfo 0xae452fe0)
I/SpeechSampleActivity: serviceType : WEB
E/SpeechRecognizer: [speechRecognizer] Library requires permission android.permission.WRITE_EXTERNAL_STORAGE
Please add a “uses-permission” element in the “AndroidManifest.xml” />
D/EGL_emulation: eglMakeCurrent: 0xae4546c0: ver 3 1 (tinfo 0xae452fe0)
E/Surface: getSlotFromBufferLocked: unknown buffer: 0xae4dc0a0
D/EGL_emulation: eglMakeCurrent: 0xae4546c0: ver 3 1 (tinfo 0xae452fe0)
D/EGL_emulation: eglMakeCurrent: 0xae4546c0: ver 3 1 (tinfo 0xae452fe0)
E/Surface: getSlotFromBufferLocked: unknown buffer: 0xae4dc780
D/EGL_emulation: eglMakeCurrent: 0xae4546c0: ver 3 1 (tinfo 0xae452fe0)
D/EGL_emulation: eglMakeCurrent: 0xae4546c0: ver 3 1 (tinfo 0xae452fe0)
E/Surface: getSlotFromBufferLocked: unknown buffer: 0xae4dc280
D/EGL_emulation: eglMakeCurrent: 0xae4546c0: ver 3 1 (tinfo 0xae452fe0)
D/EGL_emulation: eglMakeCurrent: 0xae4546c0: ver 3 1 (tinfo 0xae452fe0)
E/Surface: getSlotFromBufferLocked: unknown buffer: 0xae4dc780
D/EGL_emulation: eglMakeCurrent: 0xae4546c0: ver 3 1 (tinfo 0xae452fe0)
E/Surface: getSlotFromBufferLocked: unknown buffer: 0xae4dce60
D/EGL_emulation: eglMakeCurrent: 0xae4546c0: ver 3 1 (tinfo 0xae452fe0)
E/art: No implementation found for boolean com.dialoid.speech.tts.TextToSpeech.isRunningJNI() (tried Java_com_dialoid_speech_tts_TextToSpeech_isRunningJNI and Java_com_dialoid_speech_tts_TextToSpeech_isRunningJNI__)
D/AndroidRuntime: Shutting down VM
E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.kakao.sdk.newtone.sample, PID: 7543
java.lang.UnsatisfiedLinkError: No implementation found for boolean com.dialoid.speech.tts.TextToSpeech.isRunningJNI() (tried Java_com_dialoid_speech_tts_TextToSpeech_isRunningJNI and Java_com_dialoid_speech_tts_TextToSpeech_isRunningJNI__)
at com.dialoid.speech.tts.TextToSpeech.isRunningJNI(Native Method)
at com.dialoid.speech.tts.TextToSpeech.isRunning(TextToSpeech.java:393)
at com.dialoid.speech.tts.TextToSpeech.playTTS(TextToSpeech.java:337)
at com.kakao.sdk.newtoneapi.TextToSpeechClient.play(TextToSpeechClient.java:338)
at com.kakao.sdk.newtoneapi.TextToSpeechClient.play(TextToSpeechClient.java:355)
at com.kakao.sdk.newtone.sample.TextToSpeechActivity$1.onClick(TextToSpeechActivity.java:121)
at android.view.View.performClick(View.java:5198)
at android.view.View$PerformClick.run(View.java:21147)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5417)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
I/Process: Sending signal. PID: 7543 SIG: 9
Process 7543 terminated.