代码之家  ›  专栏  ›  技术社区  ›  Frank

使用Android如何在Java中获取文件的最后修改时间戳?

  •  0
  • Frank  · 技术社区  · 6 年前

    [1] The java file may not be packaged with the apk file, only class files are in it. How to get time stamp of the class files ?
    [2] When an apk file is copied/downloaded from one place to another, do the time stamp of the class files change ?
    
    0 回复  |  直到 6 年前
        1
  •  1
  •   user2740650    6 年前

    你也许可以翻阅APK文件。见 this question .

        2
  •  0
  •   Gabe Sechan    6 年前

    你的应用程序是一个单独的文件-一个apk文件。其中的各个类不是单独的文件,因此它们没有时间戳。你需要找到另一个解决方案。