ActionbarSherlock会在我自己项目的APK文件中吗?
我正在开发一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简短的回答:是的。
项目中正确引用的任何库(如此处所述)都会内置于 .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.