plugins icon indicating copy to clipboard operation
plugins copied to clipboard

@nativescript/camera problem with meta-data provider

Open Bezlepkin opened this issue 3 years ago • 3 comments

When I take a photo, I get an error:

Error -> java.lang.IllegalArgumentException: Couldn't find meta-data for provider with authority com.maller.starnumber.provider

NS: 8.0.1 Angular 11.2.7 @nativescript/camera: 5.0.8

Bezlepkin avatar Jun 29 '21 10:06 Bezlepkin

I have the exact same issue, but on opening the camera (i.e. run method takePicture).

"@nativescript/camera": "^5.0.12",
"@nativescript/android": "^8.2.2",
"@angular/cli": "^13.2.3",

Noppey avatar Apr 19 '22 10:04 Noppey

@Noppey @Bezlepkin could you solve the problem?

comiguel avatar Dec 28 '22 06:12 comiguel

I had the same problem, but after I did this it started working. Tested on android version 12.

ursaklunIX avatar Aug 23 '23 14:08 ursaklunIX