zoukankan      html  css  js  c++  java
  • 【Android】Android import和export使用说明 及 export报错:jarlist.cache: Resource is out of sync with the file syst解决

    在Android开发export项目时发现有时会报错,内容如下:

    Problems were encountered during export:
      Error exporting PalmIdentify/bin/jarlist.cache: Resource is out of sync with the file system: '/PalmIdentify/bin/jarlist.cache'.
        Resource is out of sync with the file system: '/PalmIdentify/bin/jarlist.cache'.

        原因有的人说是文件不同步的问题,也即在eclipse之外对文件进行了修改。但我的工程并没有在eclipse之外改动。

    解决方法:点击eclipse上面的project--clean一下就OK了!  或者刷新一下项目!

    也有人导出项目再导入时报错一大堆,这里记录下流程。

    export流程:

    右键项目--export---general--archive file----点击next,然后点browse选择路径,有两种压缩方式。如下图:

    import流程:

    事先将上面的压缩文件放在/home/yan/download路径下,然后解压。(记住一定要先解压,且这个目录是除android工作空间外的目录

    然后在左边栏里点import---General---Existing projects into Workspace---next,选择上面压缩文件解压缩后的目录,勾选 Copy projects into workspace。就ok了

  • 相关阅读:
    (转载)Bonding技术指南
    Linux配置虚拟地址
    VB6之写注册表
    Tomcat集群搭建
    VBS连接远程Oracle
    机器学习 目标函数,损失函数
    深度学习理解内容 初
    leetcode 39. Combination Sum
    leetcode 33. Search in Rotated Sorted Array
    leetcode 29. Divide Two Integers
  • 原文地址:https://www.cnblogs.com/niray/p/3750034.html
Copyright © 2011-2022 走看看