Button Transcirbe
Why is it that when I click on the Transcribe button the program exits and stops running, but the Recode and Play buttons don't have any problems, they function fine, how can I solve this problem?
Are you using prebuilt apk or you have compiled code?
I use the ADC that comes with android studio to get the problem as shown in the picture, but after I use an emulator software I get that problem of clicking the Transcribe button before, what is the reason for this?
I have never tested in emulator. I am not sure whether it works in emulator or not.
Try to install prebuilt apk given in this repo on Android device. If you are compiling code, test it on physical android device.
Thank you, not applying the emulator is right, I connected my own android phone and debugged successfully!