Eclipse新建工程后加载XML布局的AppTheme失败,显示找不到对应的样式
Eclipse fails to load AppTheme for the XML layout after the new project is created,Displays failed to find style corresponding
每当在 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.
将 android 版本的值指定为图形布局视图中的较低值
我已经通过更改主题解决了上述问题,就像您只需要将主题更改为默认主题以外的任何主题即可。
在"MainActivity"中,请使用"AppCompatActivity"代替"Activity"或"ActionBarActivity"。
你只需要重新启动eclipse,然后运行它作为管理员有时sdk在c盘需要以管理员身份加载。
每当在 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.
将 android 版本的值指定为图形布局视图中的较低值
我已经通过更改主题解决了上述问题,就像您只需要将主题更改为默认主题以外的任何主题即可。
在"MainActivity"中,请使用"AppCompatActivity"代替"Activity"或"ActionBarActivity"。
你只需要重新启动eclipse,然后运行它作为管理员有时sdk在c盘需要以管理员身份加载。