`
rayloo
  • 浏览: 86661 次
  • 性别: Icon_minigender_1
  • 来自: 南京
社区版块
存档分类
最新评论

invalid resource directory name

阅读更多

android的res目录是固定的,只能是下面的几种,如果加了其他的目录,它会报‘invalid resource directory name'的错误,其实加了其它系统不认的目录,系统也不能提供相应的象Resources.getDrawable() and Resources.getColor(), Resources.openRawResource() 去引用资源呀。
anim
drawable
layout
values
xml
raw
color
此外,是不是能采用子目录的方式呢?这样编辑器是可以通过的,不会报错
注:采用子目录的方式可以编译通过,但是通过R无法找到子目录和子目录中的资源

分享到:
评论

相关推荐

    Oracle 授权 ORA-00990: 权限缺失或无效

    - 验证用户是否拥有正确的角色:检查用户是否已分配了能够执行特定操作的角色,如DBA、CONNECT或RESOURCE。 - 检查对象权限:确认用户是否直接或通过角色间接拥有对目标对象的权限。 - 分配权限:如果缺少权限,...

    apktool documentation

    unknownFiles - Used to record name/location of non-standard files in an apk in order to place correctly on rebuilt apk sharedLibrary - Used to help support Android 5 shared library feature by ...

    最全的oracle常用命令大全.txt

    WHERE A.TABLESPACE_NAME=B.TABLESPACE_NAME AND A.TABLESPACE_NAME=C.TABLESPACE_NAME; 7、查看数据库库对象 select owner, object_type, status, count(*) count# from all_objects group by owner, object_...

    servlet2.4doc

    A filter is an object that performs filtering tasks on either the request to a resource (a servlet or static content), or on the response from a resource, or both. Filters perform filtering in the ...

    Apache Geronimo 2.1_ Quick Reference.pdf

    Server directory structure 40 Deployment architecture 42 Deployer 42 Repository 43 Configuration builder 43 Module builder 44 Module builder extension 45 Naming builder 46 Hot deployment 46 ...

    NewSID(光学习一下代码就可以了,没看清楚介绍别运行)

    When the SID is found in a value it is replaced with the new computer SID, and when the SID is found in a name, the key and its subkeys are copied to a new subkey that has the same name except with ...

    fileUpload_20130819

    可以使用Java的`Files`类或者Spring框架的`Resource`和`FileSystemResource`等工具进行操作。确保选择一个合适的路径,同时考虑安全性和文件重命名策略,以防文件名冲突。 ```java String uploadDir = "/path/to/...

    Linux系统调用出错errno描述一览

    #### 76 ENOTUNIQ -- Name not unique 名字不唯一。这通常发生在尝试创建一个名字与其他实体冲突的实体时。 以上列举的是部分常见的Linux系统调用错误码及其含义。了解这些错误码可以帮助开发者更准确地定位和解决...

    acpi控制笔记本风扇转速

    control method attempts to create 2 objects of the same name. This once again returns AE_ALREADY_EXISTS. When this exception occurs, it invokes the mechanism that will dynamically serialize the ...

    linux命令返回值的含义解析

    36. OS error code 36: File name too long - 文件名或路径名过长。 37. OS error code 37: No locks available - 无法获取锁,资源被锁定。 38. OS error code 38: Function not implemented - 操作系统不支持该...

    Oracle8i_9i数据库基础

    第一部分 Oracle SQL*PLUS基础 23 第一章 Oracle数据库基础 23 §1.1 理解关系数据库系统(RDBMS) 23 §1.1.1 关系模型 23 §1.1.2 Codd十二法则 24 §1.2 关系数据库系统(RDBMS)的组成 24 §1.2.1 RDBMS 内核 24...

    SpringBoot整合mybatis简单案例过程解析

    <directory>src/main/java</directory> **/*.properties **/*.xml <filtering>false </resource> <!-- 其他资源配置 --> ``` 至此,我们完成了SpringBoot与MyBatis的集成基础设置。现在,你可以使用...

    python3.6.5参考手册 chm

    PEP 3155: Qualified name for classes and functions PEP 412: Key-Sharing Dictionary PEP 362: Function Signature Object PEP 421: Adding sys.implementation SimpleNamespace Using importlib as the ...

    Delphi7.1 Update

    * If you have updated any Borland packages in the system32 directory with unofficial patches or updates from CodeCentral, MSI might revert (auto-repair) those packages to their previous version ...

    微软内部资料-SQL性能优化2

    A reference to an invalid page (a page that is not in your working set) is referred to as a page fault. Assuming the page reference does not result in an access violation, a page fault can be either ...

    ZendFramework中文文档

    2.1.1. 关于资源(Resource) 2.1.2. 关于角色(Role) 2.1.3. 创建访问控制列表(ACL) 2.1.4. 注册角色(Role) 2.1.5. 定义访问控制 2.1.6. 查询 ACL 2.2. 精细的访问控制 2.2.1. 精细的访问控制 2.2.2. 除去访问...

Global site tag (gtag.js) - Google Analytics