gpt4 book ai didi

java - 读取 APK 中的文件

转载 作者:行者123 更新时间:2023-11-30 04:20:34 25 4
gpt4 key购买 nike

我有一个使用外部 jar 的 android 应用程序除了常规类(class)外,还有一个 html 文件。

意味着我最终的 apk 根目录看起来像这样

  • Assets
  • 资源
  • AndroidManifest.xml
  • classes.dex
  • 资源.arsc
  • helloworld.html

如何从我的应用程序访问最后一个文件“helloworld.html”?

最佳答案

Android 包层次结构不像 java 应用程序包。所以你不能像这样访问文件。

我认为您必须在您的应用程序中使用这个 helloworld.html 文件。

所以把这个文件放在/asset 目录中,在你的 Activity 代码中使用获取文件

getAssets()

也可以像这样访问文件:file:///android_asset/helloworld.html

关于java - 读取 APK 中的文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9308648/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com