You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/01/13 22:22:18 UTC

[GitHub] EvilShok opened a new issue #409: Attempt to invoke virtual method 'boolean java.io.File.mkdirs()' on a null object reference

EvilShok opened a new issue #409: Attempt to invoke virtual method 'boolean java.io.File.mkdirs()' on a null object reference
URL: https://github.com/apache/cordova-plugin-camera/issues/409
 
 
   the problem occurs in android when the phone have the sd shared has a internal memory 
   this is the options constant that i use 
   `const options: CameraOptions = {
                 sourceType:this.camera.PictureSourceType.CAMERA,
                 quality: 50,
                 destinationType: this.camera.DestinationType.DATA_URL,
                 encodingType: this.camera.EncodingType.JPEG,
                 mediaType: this.camera.MediaType.PICTURE,
                 correctOrientation: true,
                 saveToPhotoAlbum:true
               }`
   this work fine in phones that no have the sd shared 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org