unable to write jarlist cache file

简介: unable to write jarlist cache file

报错信息如下:

[2014-12-06 11:41:59 - appcompat_v7] WARNING: unable to write jarlist cache file 
            /home/fuhd/work/workspace/android/appcompat_v7/bin/jarlist.cache

在创建Android项目时,如果没有选择SDK的最低要求(默认情况下)。创建项目后,会出现一个appcompat_v7文件夹。到appcompat_v7/bin目录下,你找不到jarlist.cache文件,传说要刷新appcompat_v7文件才有(对jarlist.cache目前不明所以,也不知道干什么用的,这是从国外网站上看到的)。


为什么会出现appcompat_v7文件夹,外国人解释:

The appcompat_v7 folder is added because you use an action bar component.

这跟我们上面的警告有什么关系呢?外国人说了,把支持SDK的最低版本调整到14,就解决了。不仅appcompat_v7不会出现,警告也不会有:

<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" />

另外生成的文件夹有关sdk最低版本也要修改成14

目录
相关文章
成功解决OSError: Unable to open file (truncated file: eof = 8388608, sblock->base_addr = 0, stored_eof =
成功解决OSError: Unable to open file (truncated file: eof = 8388608, sblock->base_addr = 0, stored_eof =
成功解决OSError: Unable to open file (truncated file: eof = 8388608, sblock->base_addr = 0, stored_eof =
|
Windows
UE INI File Operation [ Read / Write ] Plug-in description
UE INI File Operation [ Read / Write ] Plug-in description
77 0
UE Operation File [ Read / Write ] DTOperateFile 插件说明
UE Operation File [ Read / Write ] DTOperateFile 插件说明
94 0
|
缓存 Java 关系型数据库
关于page Cache和memory mappped Files 和zero copy
关于page Cache和memory mappped Files 和zero copy
174 0
关于page Cache和memory mappped Files 和zero copy
Can‘t read file : End of file found 文件:txn_current、current svn无法正常读取文件
Can‘t read file : End of file found 文件:txn_current、current svn无法正常读取文件
Can‘t read file : End of file found 文件:txn_current、current svn无法正常读取文件
E297: Write error in swap file
当我使用vim编辑一个常用的配置文件的时候出现一个错误: E297: Write error in swap file 然后上网查找原因,说是磁盘空间不足,于是我就查看一下机器磁盘空间使用情况: sht-sgmhadoopdn-02:postgres:/usr/loca...
2534 0
|
SQL 测试技术
The process could not read file xxx due to OS error 53
在不同地域的两个SQL Server服务器上配置了复制(Replication)用于同步数据(生产环境配置有Replication,测试环境也配有Replication),两地通过专线连接起来,这些复制(Replication)已经稳定运行了一两年了, 但是前阵子,测试环境的SQL Se...
1097 0
|
关系型数据库
### avoid read-on-write
### avoid read-on-write 什么是 "read-on-write" problem? 在我们使用最常见的buffer write 中 "read-on-write" 问题指的是当我需要进行小于4k 大小buffer write 的时候, 需要先将数据所在的page 从disk 中读取出放入到page cache, 在page cache 中修改好, 然后再将
1496 0
|
Oracle 关系型数据库 Linux
[20180109]disk file operations.txt
[20180110]disk file operations.txt --//调查生产系统相关disk file operations问题,记录一下: 1.环境: XXXX> @ &r/ver1 PORT_STRING                  ...
1106 0