Android 主题更新后无效
我在 eclipse 中更新了 android 插件,之后当我打开任何布局 xml 文件时,它说缺少主题,布局不显示任何内容,
从最后一个组合框中我选择 Android 2.2,它开始正确显示布局,但关闭并重新打开后,同样的问题又发生了。
我检查了清单文件,发现除主题之外的所有选项均处于活动状态。
有什么建议吗?谢谢...
I updated android plug-in in eclipse and after that when I open any layout xml file, it says missing theme, and layout in not showing anything,
from the last combo box I'm choosing Android 2.2 and it starts showing the layout correctly, but again after closing it and reopen it the same problem happens.
I checked manifest file and realized that all the options are active except Theme.
any suggestion?? thanks...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我可以通过从创建按钮下方右上角的下拉列表中选择 Android 版本来解决此问题。
我希望这也能为你解决这个问题。
I was able to resolve this by selecting the Android version from the drop down which is at the right corner below the create button.
I hope this solves it out for you too.