Jeffrey-Lang commented on issue #744:
URL: 
https://github.com/apache/cordova-plugin-camera/issues/744#issuecomment-952908243


   @thierry1129 I already fixed it.
   
   in the file src/android/CameraLauncher.java
   
   Change:
   `this.applicationId = (String) 
BuildHelper.getBuildConfigValue(cordova.getActivity(), "APPLICATION_ID");`
   To:
   `this.applicationId = cordova.getContext().getPackageName();`
   
   That did the trick for me.
   Hope it will help someone else!


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to