-
Notifications
You must be signed in to change notification settings - Fork 21
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
include.gradle file generated from the @progress archive package creates issues #191
Comments
Hi @joey0xx , Thank you for bringing this to our attention. We are going to review it as soon as possible and update you regarding its status, but from what I currently see there is some incorrect "parameters" passed to the 'pro' version of the plugin stored to the We apologize for any inconvenience that this is causing. |
+1 same error. |
+1 , having the same problem. |
Hi @joey0xx, @jvelezc and @nalrodriguez, There seems to be a problem with tns build android/tns run android and plugins that are scoped which we will investigate. For the time being, you can easily overcome this by placing the |
+1 same error. |
related to NativeScript/nativescript-cli#2837 |
@joey0xx, @jvelezc, @nalrodriguez
|
Thank you this fixes it for me. Though I did have a minor problem because I had the local .tgz dependency installed and after installing from the
After doing that I was getting an error after running the build in the emulator saying
While it works without a problem by simply changing the import paths to include Thank you for your hard work. @VladimirAmiorkov @ginev @dtopuzov |
Did you verify this is a real problem by searching Stack Overflow?
Yes
Tell us about the problem
When building a project I get the following error:
Flavor 'nativescript-telerik-ui' has unknown dimension 'nativescript-telerik-ui'.
It only happens when I install the package from the @progress scope. When I install it from a local .tgz file it builds without any issues.
I researched a bit and found out that the include.gradle is associated with this error so I installed the package from the @progress scope and from a local .tgz file and compared the include.gradle files.
The contents of the include.gradle file from the package in the @progress scope looks like this:
And the contents of the include.gradle file from the package in the local .tgz file looks like this:
So I replaced the include.gradle generated from the @progress scope with the latter and it got past that error.
Update* Read in the following url that when the plugin doesnt have the inlcude.gradle file, at build time gradle generates a default one with default elements:
https://docs.nativescript.org/plugins/plugins#includegradle-specification
It seems like that i sthe case and for some reason its throwing the error.
Which platform(s) does your issue occur on?
Android
Please provide the following version numbers that your issue occurs with:
**Progress NativeScript UI version: 2.0.1
**CLI: 3.0.0
**Cross-platform modules: 3.0.0
**Runtime(s): tns-android: 3.0.0 and tns-ios: 2.5.0
**Other Plugin(s):
Please tell us how to recreate the issue in as much detail as possible.
tns create HelloWorld --template nativescript-template-ng-tutorial
npm login --registry=https://registry.npm.telerik.com/ --scope=@progress
to log in if you're a paying customer.npm install --save @progress/nativescript-telerik-ui-pro
to install the plugintns run android
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
Nope.
The text was updated successfully, but these errors were encountered: