Cordova Ionic build (to be sorted)

Source: Internet
Author: User

Gradle Offline Package Solution

Http://stackoverflow.com/questions/29874564/ionic-build-android-error-when-download-gradle

I had the same problem. I added Gradle to my project offline.

After downloading Gradle from issued link (this is http://services.gradle.org/distributions/gradle-2.2.1-all.zip) paste It in somewhere likes and in myApp\platforms\android\gradle\gradle-2.2.1-all.zip Build.js from myApp\platforms\android\cordova\lib\build.js find this:

var distributionUrl = ‘distributionUrl=http\\://services.gradle.org/distributions/gradle-2.2.1-all.zip‘;

and replace it with your own file ' s location:

var distributionUrl = ‘distributionUrl=../gradle-2.2.1-all.zip‘;


Gradle 镜像设置问题

Using Oschina's image, file path myapp\platforms\android\build.gradle

Replace Mavencentral () with the following statement. Maven {URL ' http://maven.oschina.net/content/groups/public/'}


Cordova Ionic build (to be sorted)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.