私はAndroid言語を初めて使っていますが、私はhereから最初のアプリケーションを作成したいときに、Android Studioでプロジェクトを作成しました私はこのエラーのマッサージを取得:いくつかのクラスはAndroidStudioでインスタンス化できませんでした
Rendering Problems The following classes could not be instantiated:
- android.support.design.widget.CoordinatorLayout (Open Class, Show Exception, Clear Cache)
- android.support.design.widget.AppBarLayout (Open Class, Show Exception, Clear Cache)
Tip: Use View.isInEditMode() in your custom views to skip code or show sample data when shown in the IDE Exception Details java.lang.IllegalArgumentException: You need to use a Theme.AppCompat theme (or descendant) with the design library.
at android.support.design.widget.ThemeUtils.checkAppCompatTheme(ThemeUtils.java:34)
at android.support.design.widget.CoordinatorLayout.<init>(CoordinatorLayout.java:184)
at android.support.design.widget.CoordinatorLayout.<init>(CoordinatorLayout.java:178)
at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
at com.android.layoutlib.bridge.android.BridgeInflater.loadCustomView(BridgeInflater.java:205)
at com.android.layoutlib.bridge.android.BridgeInflater.createViewFromTag(BridgeInflater.java:133)
at android.view.LayoutInflater.inflate(LayoutInflater.java:385) at android.view.LayoutInflater.inflate(LayoutInflater.java:296) Copy stack to clipboard
私は他のスタック質問におけるソリューションのいくつかを試してみてくださいしかし、私が何をすべき問題がsolved.whatしないのですか?答えはすぐそこにあなたのスタックトレースであるように
をおそらくhttp://stackoverflow.com/a/21815015を複製します/ 3111083 –
@sunilsunnyこれは正しくありません –