nativescript-imagepicker: Conflicts with nativescript-telerik-ui-pro

I have nativescript-imagepicker installed, version 2.4.1, and nativescript-telerik-ui-pro version 1.4.1. When I run it on android, gradle fails with this error:

:processF0F1F2F3F4F5F6DebugResources FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':processF0F1F2F3F4F5F6DebugResources'.
> Error: more than one library with package name 'com.telerik.android.common'

It was working with 2.3.1 version of imagepicker.

I have nativescript 2.4 installed

Somebody else had similar problem I think: https://github.com/NativeScript/nativescript-cli/issues/2258

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Reactions: 1
  • Comments: 28 (11 by maintainers)

Most upvoted comments

I managed to get around this issue by deleting the

nativescriptproject\node_modules\nativescript-imagepicker\node_modules\nativescript-telerik-ui

folder and deleting reference to it in the

nativescriptproject\node_modules\nativescript-imagepicker\package.json

Inside dependencies: { } line 16/17

Although will still be issue again if you rebuild your project

@tsonevn any updates on this?