Rejecting re-init on previously-failed class java.lang.Class supportLib=28

前端 未结 4 1911
北荒
北荒 2021-02-01 15:04

This weird logcat messages started when I switched to supportLibrary 28, not happens on 27.1.1. I tried with an empty default project and the result exactly the same.

Th

4条回答
  •  终归单人心
    2021-02-01 15:55

    This happens when using a class that is not compatible with your minimum sdk version. The code compiles because it leaves it up to you for deployment. Try using a higher min sdk version to verify this.

提交回复
热议问题