-
Notifications
You must be signed in to change notification settings - Fork 0
Could not find com.android.tools.build:gradle:4.5.6. #5
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
Comments
Hi, Do you have this in your project.ext {
googlePlayServicesVersion = "+"
} |
If it doesn't work, please post info about your NS config |
I have the same issue. Just to try to identify the problem, should be this issue related to the use of compile instruction in include.gradle, removed in gradle 7? As described here:
to get the latest version, and then
to get the appropriate gradle info You can see that using
the previous ones, version 6.4
|
HI @kefahB We are using 8.1.5 version with Android 8.1.1. But for some reason, gradle picks up latest version instead of the appropiate. |
see NativeScript/NativeScript#9814 (comment) - that should fix the issue (needs you to update CLI, though) |
@kefahB Might need to update the include.gradle to use |
Hi everyone, I've published a new version .. please give it a try and tel me if every think run as expected |
I have the same error as @rubenhr has:
@nativescript/android: 8.2.2 |
@lekhmanrus, @rubenhr can you provide a sample project with the error, because every think work as expected even with angular project. |
@kefahB looks like you might have published the plugin unbuilt to npm. It doesn't have the js files and it shouldn't include the tsconfig |
@CalebSWhite, I've build the project, in my own I do have the tsconfig ! and it work as expected! |
Oh, I've mad a npm publish that does not build by default! this repo it is a NS plugin that integrate the command npm run publish-package and it does the build before pushing a new version :) Please take a test and tel me ;) |
Good stuff. v1.0.6 is working for me. |
1.0.6 is working for me too. We can close this ticket. Thanks a lot for all comments |
Starting yesteday. Some weird behavior start ocurring. We didn't change anything in terms of configurations but our builds stops working.
Do you know, what could be a reason this starts failing?
The text was updated successfully, but these errors were encountered: