I\'ve been having an issue with using AudioRecord for Android. I\'ve read as much as I can find online about it, but I cannot seem to get a good initialization. I have tried the
Maybe you should check whether you acquired the correct permission.
e.g. you need to get android.permission.VIBRATE in your AndroidManifest.xml file if you need to vibrate the device.