使用 Eclipse ADT 导出 APK 时忽略某些文件

发布于 2024-12-09 00:33:59 字数 236 浏览 0 评论 0原文

Eclipse ADT 中有没有办法在导出 APK 包时忽略 Package Explorer 下的某些文件集?

我有一个 PhoneGap 应用程序,它与另一个应用程序重用一大堆 js/css/images,但目前 APK 导出包括我的“assets”目录下的所有内容,从而导致 APK 大小增大。理想情况下,我只希望“assets”目录下的某些 js/css/image 文件包含在包中,而不是所有内容。

Is there a way in Eclipse ADT to ignore a certain set of files under the Package Explorer when exporting an APK package?

I have a PhoneGap application that reuses a whole bunch of js/css/images with another application, but currently the APK export is including everything under my "assets" directory, inflating the APK size as a result. Ideally, I only want certain js/css/image files under my "assets" directory to be included in the package instead of everything.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

国际总奸 2024-12-16 00:33:59

我认为 SDK/API 不支持直接实现此目的,但是您将共享资源放入存储卡的目录中并从您的应用程序中引用它们?虽然你的下一个问题是如何“安装”共享图像等而不将它们包含在 .apk 文件中..我不确定答案。

I don't think that there is any support in the SDK/API to achieve this directly but you put your shared resources into a directory on to the memory card and refer to them there from your app? Though your next question is how would you 'install' the shared images etc without including them in the .apk file.. which I'm not sure of the answer.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文