com.android.builder.dexing.DexArchiveBuilderException

被這個bug 折磨了半天,比對以前代碼,發現若是你的module 中使用了 Java1.8,那你必須也要添加以下代碼到你的app gradle 中 compileOptions { sourceCompatibility 1.8 targetCompatibility 1.8 }
相關文章
相關標籤/搜索