.IllegalStateException:您需要使用Theme.AppCompat主題(或後代)與本次活動
<!-- Base application theme. -->
<style name="AppTheme" parent="android:Theme.Material.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/ColorPrimary</item>
<item name="colorPrimaryDark">@color/ColorPrimaryDark</item>
</style>
這是我的代碼顯示這樣的 了java.lang.RuntimeException錯誤:無法開始活動ComponentInfo {com.colors.floatingactionbutton/com.colors.floatingactionbutton.MainActivity}:java.lang.IllegalStateException:您需要在此活動中使用Theme.AppCompat主題(或後代)。