Android-studio's gradle in configuration related records, androidstudiogradle

Source: Internet
Author: User

Android-studio's gradle in configuration related records, androidstudiogradle

The higher the Gradle version, the higher the plug-in.

If your sister's version is earlier than version 2.10, I thought it was later than Version 2.2 or 2.10. Every time you build the SDK with version 2.10, you cannot use version 1.2.2. The minimum vesion is 2.2.


Classpath 'com. android. tools. build: gradle: 1.2.2 '// a warning is prompted.
The minimum Gradle version is 2.2. The gradle versions above are 2.3, and 6 .... It should be okay, but it is recommended that the current version of plugin not be too low, some will not support.

Classpath 'com. android. tools. build: gradle: 1.3.0 '// No bulid is available, no warning
Corresponding Gradle versions: 2.4, 2.5, 2.8, and no tests are available.
Classpath 'com. android. tools. build: gradle: 1.3. +'
Corresponding Gradle versions: 2.4, 2.5, 2.8, and no tests are available.


Classpath 'com. android. tools. build: gradle: 1.5.0'
Classpath 'com. android. tools. build: gradle: 1.5. +'

Gradle version: It seems to be 2.2 at the bottom, so more than 2.2 can be used.

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.