java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this a

xiaoxiao2021-02-28  57

错误描述为:

java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.

快速解决办法:public class MainActivity extends ActionBarActivity {类似:     全部改成继承Activity。

转载请注明原文地址: https://www.6miu.com/read-57783.html

最新回复(0)