Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
vchimev opened this issue Aug 28, 2015 · 3 comments
Assignees
Milestone

Comments

@vchimev
Copy link

vchimev commented Aug 28, 2015

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.

@vchimev vchimev added the bug label Aug 28, 2015
@vchimev vchimev added this to the 1.3.0 milestone Aug 28, 2015
@dtopuzov
Copy link
Contributor

dtopuzov commented Sep 2, 2015

In iOS it is the opposite, this is working workflow:

node_modules/.bin/tns plugin add nativescript-telerik-ui --path RichUI
node_modules/.bin/tns platform add ios --frameworkPath tns-ios.tgz --path RichUI

This is not working workflow:
node_modules/.bin/tns platform add ios --frameworkPath tns-ios.tgz --path RichUI
node_modules/.bin/tns plugin add nativescript-telerik-ui --path RichUI

@vchimev
Copy link
Author

vchimev commented Sep 3, 2015

I tested with forthcoming version 1.3.0 of {N} CLI and runtimes:

@Fatme
Copy link
Contributor

Fatme commented Sep 4, 2015

1.3 version of {N} CLI should be tested with .aar distribution of nativescript-telerik-ui plugin for android.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants