Problems with the percentage layout of the first line of code

In APP / build. Gradle, as written in the book, you should add the following to the dependencies closure

dependencies {
    --- 
    compile 'com.android.support:percent:24.2.1'
    ---
}

If you write directly, you will find an error.

Since the complex used by the reference library before Android studio is upgraded to 3.0 becomes implementation by default, you should write this

implementation 'com.android.support:percent:24.2.1'

But if you write this, you will find a red line below

Please correct any errors

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>