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

目录
相关文章
|
6月前
|
Java
cannot open shared object file: No such file or directory
cannot open shared object file: No such file or directory
85 0
error while loading shared libraries: libxx.so: cannot open shared object file: No such file
error while loading shared libraries: libxx.so: cannot open shared object file: No such file
110 0
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无法正常读取文件
|
Linux
解决checkPermissions Missing write access to
解决checkPermissions Missing write access to
307 0
E297: Write error in swap file
当我使用vim编辑一个常用的配置文件的时候出现一个错误: E297: Write error in swap file 然后上网查找原因,说是磁盘空间不足,于是我就查看一下机器磁盘空间使用情况: sht-sgmhadoopdn-02:postgres:/usr/loca...
2518 0
|
SQL 监控
backup log is terminating abnormally because for write on file failed: 112(error not found)
昨天遇到一个案例,YourSQLDba做事务日志备份时失败,检查YourSQLDba输出的错误信息如下:   yMaint.backups backup log [gewem] to disk = 'M:\DB_BACKUP\LOG_BACKUP\xxxx_[2016-11-22_01h11m05_Tue]_logs.
1237 0
|
SQL 测试技术
The process could not read file xxx due to OS error 53
在不同地域的两个SQL Server服务器上配置了复制(Replication)用于同步数据(生产环境配置有Replication,测试环境也配有Replication),两地通过专线连接起来,这些复制(Replication)已经稳定运行了一两年了, 但是前阵子,测试环境的SQL Se...
1093 0