You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It likely doesn't work on earlier versions either. It errors out when doing the final Android Manifest Merge. I had to fix the .aar file to remove the android:label="NAtive TTS" line in AndroidManifest.xml file.
Another thing I would recommend for the Sample is changing the canvas to use "Scale With Screen Size" instead of "Constant Pixel Size". This will make it easier to use on devices with higher resolutions (the buttons are pretty much unclickable with the current settings)
The text was updated successfully, but these errors were encountered:
after you unzip aar file, you'll find AndroidManifest.xml file inside of the unzipped folder then you can remove that line like @buzzjive has mentioned. Thanks by the way @buzzjive it worked like a charm.
It likely doesn't work on earlier versions either. It errors out when doing the final Android Manifest Merge. I had to fix the .aar file to remove the android:label="NAtive TTS" line in AndroidManifest.xml file.
Another thing I would recommend for the Sample is changing the canvas to use "Scale With Screen Size" instead of "Constant Pixel Size". This will make it easier to use on devices with higher resolutions (the buttons are pretty much unclickable with the current settings)
The text was updated successfully, but these errors were encountered: