Skip to content

Fail to build app with nativescript-telerik-ui plugin when it is added before the platform added #829

@vchimev

Description

@vchimev

Steps to reproduce:

tns create testApp
cd testApp
tns plugin add nativescript-telerik-ui
tns platform add android
tns build android

It fails to build with jar mismatch error (android-support-v4.jar).

The workflow below works as expected:

tns create testApp
cd testApp
tns platform add android
tns plugin add nativescript-telerik-ui
tns build android

It builds the app successfully.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions