java.lang.NullPointerException (no error message) APK building

前端 未结 6 1551
隐瞒了意图╮
隐瞒了意图╮ 2021-02-19 08:44
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
    repositories {
        maven {
            url \"h         


        
6条回答
  •  北荒
    北荒 (楼主)
    2021-02-19 08:51

    see this other issue : while this is stated in Retrolambda documentation you should not specify JAVA version to 1.8 while using Retrolambda. Therefore setting jack support to true should not be required anymore. This worked for me.

提交回复
热议问题