1

新しいプロジェクトがEclipseで作成されるたびに、この問題に直面します

Failed to find the style corresponding to the id 2130772021 
Failed to find the style corresponding to the id 2130771993     
java.lang.NullPointerException 
Exception details are logged in Window > Show View > Error Log 
The following classes could not be instantiated:
 - android.support.v7.internal.app.WindowDecorActionBar (Open Class, Show Error Log) 
See the Error Log (Window > Show View) for more details.

4

4 に答える 4

6

テーマをデフォルトのテーマ以外のテーマに変更する必要があるように、テーマを変更するだけで上記の問題を解決しました。

于 2015-06-06T08:17:01.400 に答える
0

Android バージョンの値を指定して、グラフィカル レイアウト ビューで値を下げます

activity_main.xml: ID 2130771996 に対応するスタイルが見つかりませんでした

于 2015-05-04T09:32:13.310 に答える
0

Eclipseを再起動して管理者として実行するだけで、sdkがcドライブにあり、管理者としてロードする必要があります。

于 2015-10-29T15:33:53.697 に答える
0

「MainActivity」では、「Activity」または「ActionBarActivity」の代わりに「AppCompatActivity」を使用してください。

于 2015-08-06T05:55:50.600 に答える