[开发] AndroidHello示例中的Galler问题

飞雪无情 2009-08-22
在源代码中有一个android.R.styleable.Theme常量,但是会提示android.R.styleable cannot be resolved错误,我去了Android1.5 jar包里面没有找到这个styleable内部类,倒是有一个style内部类,但是在Android的API参考中却有这个styleable类的说明和常量字段,不明白为什么SDK中问为什么没有这个类,我在网上找了一下,有让加入attrs.xml这个文件的方法,在里面这样定义:
<resources>
  <declare-styleable name="default_gallery"> 
        <attr name="android:galleryItemBackground" /> 
    </declare-styleable>
</resources>


这样引用的时候固然行,但是程序还是启动不起来,初始化的时候就出现错误。

有人遇见到过同样的问题没有,为什么?
飞雪无情 2009-08-24
有人看怎么没人回答呢
Global site tag (gtag.js) - Google Analytics