I want to add the media-capture plugin to my meteor app. I add the package with meteor add cordova:[email protected]
. When I run meteor run android
it won't load. Is there another way?
I managed to start it up! The problem was that there wasn't a version 0.3.4 of media-capture available. I chose version 0.3.2 and it worked.