Open War3Evo opened 7 years ago
delphi 10.3 error
Android TTS_ Speech in rad 10.3 has a conflict
Build as a windows 32 target, and install.
Then when you get to your project target Android and then you can run it on your android device.
If you try to build targeting Android, you will get many errors!
Here is a picture of my package before I install it as components.
Also add this to your project library path (or where ever you stored it) \android-object-pascal-wrapper\android-25 you can find it here: https://github.com/FMXExpress/android-object-pascal-wrapper .... I'm using Delphi 10.4.1 and it targets android 25, so I'm using that one. Depending on your android version and what it targets is what you should use for your project.
do someone got it working with 10.3 ?
I haven't programmed Delphi since 2010, and this is the way I have gotten this to work for Delphi 10.2 Tokyo
This should install the component.
When you put this component into your FMX android application form, you'll need to have both sources added to your project. So...
After you add those sources to your project, you can then call 'AndroidTTS1.Speak('Hello');'
I haven't figured out how to make the component work any other way... Anyone have clues on how to make it work without having to also add the sources to your project?