cannot access DialogStyle

前端 未结 7 2466
南旧
南旧 2021-02-12 04:10

After updating android-support library to 22.2.0 project stopped compiling.

error: cannot access DialogStyle
  class file for android.s         


        
7条回答
  •  眼角桃花
    2021-02-12 04:27

    It happens if you are using android.support.v4.app.DialogFragment. Try to use android.app.DialogFragment instead.

提交回复
热议问题