Android开发之

问题:

Process: cn.manager.iot.iotmanager, PID: 31617
java.lang.RuntimeException: Unable to start activity ComponentInfo{cn.manager.iot.iotmanager/cn.manager.iot.iotmanager.LoginActivity}: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.

at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)
Caused by: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.

解决方法:

Android开发之IllegalStateException: You need to use a Theme.AppCompat theme解决方法

相关文章:

  • 2019-01-17
  • 2021-11-01
  • 2021-08-12
  • 2022-12-23
  • 2021-12-02
  • 2021-08-06
  • 2022-02-09
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-28
  • 2021-08-04
  • 2021-11-27
相关资源
相似解决方案