cameraRoll.addBitmapData() causing #2038 file I/O error in AIR SDK 30
When I call cameraRoll.addBitmapData() on Android, I get a #2038 file I/O error which probably is due to a security issue. This happens with AIR SDK 30 Beta. I didn't have this issue with AIR SDK 24. I check for CameraRoll permissions, but still get this error when permission is granted. I’ve verified that the Android manifest has <uses-permission android:name=“android.permission.WRITE_EXTERNAL_STORAGE”/>. I’ve reduced the dimensions of the image to be half its size (now 720x936). I'm still getting this error and don't know what else to check.
Is it possible that this issue is with the AIR SDK 30 itself? Have others seen this issue with the AIR SDK 30? Is there something else I need to try that doesn't involve using older SDKs?
Thanks.
Rick Hocker
