nativescript-community / ui-document-picker

A NativeScript plugin that allows you to select files from the device.
https://nativescript-community.github.io/ui-document-picker/
Apache License 2.0
10 stars 8 forks source link

A problem occurred configuring root project 'ui_document_picker' #23

Closed rudaz-bp closed 1 year ago

rudaz-bp commented 1 year ago

Hello everyone.

I'm using plugin ui_document_picker version 1.1.12 with nativescript 7. I test the application using android emulator target api 33.

Since this morning i cannot run my android project (ns run --device {deviceId}). I've got the following error and it looks like to problem come from the ui-doucment-picker plugin `FAILURE: Build failed with an exception.

BUILD FAILED in 1s Failed to build plugin @nativescript-community/ui-document-picker : Error: Command gradlew.bat failed with exit code 1`

If i run with --stacktrace or --info or --debug, I do not have more informations.

Does anyone know how i can fix this issue ?

Kind regards

farfromrefug commented 1 year ago

@rudaz-bp what have you changed ?

rudaz-bp commented 1 year ago

After testing by uninstalling the plugin and commenting the code associated with this plugin, i have the same error with an other plugin (nativescript-camera). So i would say it is not related with the plugin. I will post this issue on the nativescript repository.

Kind regards