- Home /
Question by
mysticgames95 · Jun 24, 2021 at 06:28 AM ·
androidandroid sdkandroid-manifesttts
I can't use TTS on Android 11
Hi, I'm developing a game with a Text To Speech feature. It works fine on the other version but doesn't work on Android 11. I'm using Unity 2020.3.11f and already add
<queries>
<intent>
<action android:name="android.intent.action.TTS_SERVICE" />
</intent>
</queries>
to the manifest. Please helps me to solve this problem. Thanks
Comment
Answer by iMax · Jul 02, 2021 at 03:13 PM
I have same issue on Unity 2018.4.26 and when I added on Plugin/Android/AndridManifest.xml, build will fail.
Your answer
Follow this Question
Related Questions
How to check if user has given camera or location permissions (android) 0 Answers
Failed to re-package resources: Input directory '-S' does not exist 0 Answers
CommandInvokationFailure: Failed to re-package resources. 1 Answer
Problems with Android Manifests? 0 Answers
how can i integrate applovin and chartboost for android 0 Answers