2016-07-14 35 views
-2

私は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しないのですか?答えはすぐそこにあなたのスタックトレースであるように

+0

をおそらくhttp://stackoverflow.com/a/21815015を複製します/ 3111083 –

+0

@sunilsunnyこれは正しくありません –

答えて

1

はルックス: You need to use a Theme.AppCompat theme (or descendant) with the design library.

はこちらの手順に従って試してみてください。

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

+0

これは私に答えません –

+0

あなたが文字通りGoogleに選択したテキストをコピー/ペーストすれば、あなたの答えが得られます。しかし、大丈夫、LMGTFY:http://stackoverflow.com/questions/21814825/you-need-to-use-a-theme-appcompat-theme-or-descendant-with-this-active – C0D3LIC1OU5

関連する問題