天天看点

设置android:theme导致死机

刚开始学习Android,跟着某马52期学习的。

在设置android:theme后导致死机,而教程没有出现这个错误。

后来发现MainActivity父类不同所导致的。

新的AppCompatActivity类不再支持actionBar?

最后使用

android:theme="@style/Theme.AppCompat.Light.NoActionBar"      
程序才正常。