美文网首页
In <declare-styleable> Fon

In <declare-styleable> Fon

作者: 码代码的小公举 | 来源:发表于2018-06-26 13:48 被阅读146次
android {
    compileSdkVersion 27 //修改此处
    buildToolsVersion "27.0.3"//修改此处

    defaultConfig {
        applicationId "com.tms_driver"
        minSdkVersion 16
        targetSdkVersion 27 //修改此处
        versionCode 1
        versionName "1.0.0"
        ndk {
            abiFilters "armeabi-v7a", "x86"
        }
        vectorDrawables.useSupportLibrary = true
        multiDexEnabled = true  //地图显示"方法过多"而增加此句
    }
...

相关文章

网友评论

      本文标题:In <declare-styleable> Fon

      本文链接:https://www.haomeiwen.com/subject/iuapyftx.html