Harrison Solomon
Harrison Solomon
That's because the permission is not obtained to write to the directory ADD the following code private void requestPermission() { ActivityCompat.requestPermissions(MainActivity.this, new String[]{WRITE_EXTERNAL_STORAGE, RECORD_AUDIO}, RequestPermissionCode); } @Override public void onRequestPermissionsResult(int...
> @HarrSolo i follow your instruction, but i got an error with the **RequestPermissionCode**, what actually is that? a variable? >  > it says cannot resolve symbol. Yes its...