-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
android app crush #42
Comments
That's because the permission is not obtained to write to the directory private void requestPermission() {
and in the onCreate() method add this if(!checkPermission()) DO NOT FORGET to add permission in Manifest.xml too like in the description ! |
@HarrSolo i follow your instruction, but i got an error with the RequestPermissionCode, what actually is that? a variable? |
Yes its an int.
|
so i have writen a simple code based on your project to record .wav for multiple users but whenever i try the application everything is fine untel i clic on on the imageview containing the photo of mic to record its just crushes ?
any solution ??
this is a link for my question in stackoverflow too https://stackoverflow.com/questions/51821888/record-wav-format-file-in-android-using-omrecorder
plz anwser me asap ??
The text was updated successfully, but these errors were encountered: