ActionbarSherlock会在我自己项目的APK文件中吗?

发布于 2025-01-04 20:53:33 字数 483 浏览 0 评论 0原文

我正在开发一个 Android 应用程序,该应用程序应该在 Android 2.1 API 7 及更高版本上运行。

我的问题是,如果我使用 ActionbarSherlock 库在 API 7 上实现操作栏,将会最终构建的APK文件包含sherlock库吗?或不?

我的意思是,如果我仅使用构建 APK 文件在 Android 2.1 上安装我的应用程序,sherlock 库是否会包含在其中?如果不是,如何解决问题?

基本上,我想使用 sherlock 库来实现操作栏,并且我想最终使用 .apk 文件安装具有操作栏的应用程序。

I am developing a Android application which is supposed to be run on Android 2.1 API 7 and above.

My question is, if I use ActionbarSherlock library to implement the Action bar on API 7, will the final build APK file include the sherlock library? Or not?

I mean if I install my application on Android 2.1 by only use the build APK file, will the sherlock library be included in it? If not, how to solve the problem?

Basically, I want to use sherlock library to implement action bar and I want to finally install my application which has action bar by using .apk file.

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

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

发布评论

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

评论(1

画中仙 2025-01-11 20:53:33

简短的回答:是的。

项目中正确引用的任何库(如此处所述)都会内置于 .apk 中;用户不必单独安装库或任何东西。

Short answer: yes.

Any library that is properly referenced in your project (as explained here) will be built into the .apk; the user doesn't have to install the library separately or anything.

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