breautek commented on issue #922:
URL: 
https://github.com/apache/cordova-plugin-camera/issues/922#issuecomment-2610351242

   > Actually, something was stale in my build. Though I'd confirmed the 
expected updated dependencies were showing up in node_modules and package.json 
such that my git history doesn't show a meaningful hint to the cause, some part 
of the following steps resolves the issue for me, in debug apk and release 
bundle on physical device. Sorry for the confusion, and hope a clean rebuild 
fixes others, too.
   
   If you just did an `npm install` that would have created that "stale" issue 
as that would update the package in node_modules, but Cordova is not aware of 
that update. To update the native projects, the plugin must be removed via 
`cordova plugin remove ...` and then reinstalled at the new version `cordova 
plugin add ...`. It's part of the tooling I personally don't like, but hard to 
change due to legacy reasons.
   
   > Ok, checked an updated physical Pixel and on clean new Google Play Device 
Emulators (API 34 and API 35) that I've signed in and updated all apps in 
Google Play.
   
   Thanks for doing this, it helps rule out issues with factory-installed app 
versions. But I understand that still doesn't resolve the issue unfortunately 
so if you're using a sample reproduction app, can you share it? If not, can you 
[create 
one](https://github.com/apache/cordova-contribute/blob/master/create-reproduction.md).
 That way I can try to take a look on my end while being confident that the 
project in whatever configuration you have it set does reproduce the issue. 
Hopefully I'll reproduce it on my side and can take a deeper look at things.


-- 
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: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to