问题描述
- Failed to find the style corresponding to the id?
-
我下载Android SDK之后运行Android SDK Manageer.exe更新了一整天,然后在Eclipse中装上ADT,差不多弄完之后开始写第一个Android程序:HelloWrold,一步一步创建了这个工程之后,按照教材上所说的,点开activity_main.xml这个文件在应该出现一个可以直接往里面拖控件的界面啊,可是我的界面里面就是什么都没有,然后就出现以下信息:Failed to find the style corresponding to the id 2130772026
Failed to find the style corresponding to the id 2130771996
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编程,不知道怎么回事啊???跪求大神指点迷津,跪了
- android.support.v7.internal.app.WindowDecorActionBar (Open Class, Show Error Log)
解决方案
在 eclipse 里将 layout 图形化编辑里,上面有一排按钮,有个选android api level的按钮,鼠标放上去显示”android version to use when rendering layout in Eclipse",
此处尝试将 api level 修改为 20,这个api level 不影响程序,只是用于eclipse layout 渲染用
解决方案二:
好吧,我也遇到了这个问题,我也想问为什么~
解决方案三:
非常感谢,我也是这个问题, 照上面的做法解决了。再次谢谢, 好人一生平安。
时间: 2024-11-23 00:55:38