Android Phonegap 2.2 Error Compressing Image
I am developing an app using phonegap 2.2 (cordova-2.2.0.js). I'm trying to capture an image. When i press the button for upload, the camera opens, i take the picture, and then a s
Solution 1:
You are missing WRITE_EXTERNAL_STORAGE from your list of permissions. Without it the app will be unable to write the jpg file.
Post a Comment for "Android Phonegap 2.2 Error Compressing Image"