I am a beginner in android development and i tried to run the code in this link:
But i am experiencing crashing errors. What should I do?
I am a beginner in android development and i tried to run the code in this link:
But i am experiencing crashing errors. What should I do?
Probably, the permission RECORD_AUDIO is missing in the AndroidManifest.xml:
...
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
</manifest>