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/07/06 10:19:05 UTC

[GitHub] [cordova-plugin-camera] gartorware commented on issue #460: getPicture randomly crashes

gartorware commented on issue #460: getPicture randomly crashes
URL: https://github.com/apache/cordova-plugin-camera/issues/460#issuecomment-508914805
 
 
   Do you have proguard active by any chance? 
   I was having the same issue and it was solved after adding:
   `-keep class com.abc.xyz.BuildConfig { *; }`
   (where com.abc.xyz is my app package name) to my proguard rules file.
   
   Found this solution [here](https://stackoverflow.com/questions/45938239/cordova-and-proguard-camera-plugin-npe-on-takepicture)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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