How to modify the build.gradle file in nativescript? #9955
Replies: 3 comments
|
Also, the nativescript version I am using is 8.2.3. |
|
I believe you can make those changes in |
|
Also, the nativescript version I am using is 8.2.3. |
|
I believe you can make those changes in |
Uh oh!
There was an error while loading. Please reload this page.
I just want to try to run a new project I created via
ns createbut I get the following error:This is because in some countries or regions, such as China, access to some google sites is prohibited by the operator.
The proxy I set for nativescript is not working in gradle, I think I should set it in gradle's config file.
From what I have searched, the solution is to change
https://maven.google.cominbuild.gradletohttps://dl.google.com/dl/android/maven2/, so how do I do this in nativescript, I noticed a stackoverflow question, but it doesn't work for me.All reactions