Error non-default constructors in fragments

后端 未结 5 2170
长发绾君心
长发绾君心 2020-11-28 14:35

I am dealing with maps apiv2. And I am getting the following error while coding for Dialog Fragment class.

Error : Avoid non-de

5条回答
  •  夕颜
    夕颜 (楼主)
    2020-11-28 15:21

    solution worked for me

    android {
              lintOptions {
                  checkReleaseBuilds false
              }
          }
    

提交回复
热议问题