LoginSignup
6
6

More than 5 years have passed since last update.

android.support.v7.internal.app.WindowDecorActionBar

Posted at

新規プロジェクトを作ってxmlのpreviewを見てみると、いきなり言われるやつ

Rendering Problems The following classes could not be found:
- android.support.v7.internal.app.WindowDecorActionBar (Fix Build Path, Create Class)
 Tip: Try to build the project.

解決方法

app/res/values/styles.xmlの以下の部分を変更

<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">

               ⬇️

<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">
6
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6