aapt error 138 processDebugResources

前端 未结 5 1353
半阙折子戏
半阙折子戏 2020-12-20 13:25

Ran in to this frustrating error today when building/making project, this seems to be since installing Android SDK 22.6 (have tried the 22.6.1 too) using build tools 19.0.1,

5条回答
  •  臣服心动
    2020-12-20 14:07

    dexOptions {
        incremental false
        preDexLibraries = false
        jumboMode = false
        javaMaxHeapSize "3g"
    }
    

提交回复
热议问题