Could not find class 'android.widget.ThemedSpinnerAdapter' [Android Studio]

前端 未结 4 484
攒了一身酷
攒了一身酷 2021-02-04 09:59

I am getting this weird error when I try to run my app on a pre API 21 device:

I/Choreographer: Skipped 39 frames!  The application may be doing too much work o         


        
4条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-04 10:26

    In my situation this was resolved by removing the use of android:tint="?attr/colorControlNormal" within the layout XML file... Maybe this helps others.

提交回复
热议问题