参考https://blog.csdn.net/bigtree_mfc/article/details/70843698

android异常Call requires API level 16 (current min is 15): android.view.View#setBackground

Call requires API level 16 (current min is 15): android.view.View#setBackground 

意思是build.gradle中的minSdkVersion就可以了

如下图将 15改成16后 页面顶部有一行提示,点击最右边Sync_now即可

android异常Call requires API level 16 (current min is 15): android.view.View#setBackground

 

相关文章:

  • 2021-10-10
  • 2022-12-23
  • 2021-07-29
  • 2021-12-05
  • 2021-06-14
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-03-31
  • 2021-12-16
  • 2022-12-23
  • 2022-01-04
  • 2021-05-26
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案