简体   繁体   English

我需要在我的项目apk中发布appcompat v7吗?

[英]Will I have to publish appcompat v7 with my project apk?

In my project, I am using the actionbar and libraries which extend from that; 在我的项目中,我正在使用从中扩展的操作栏和库。 this meaning that there is the project 'appcompat v7' auto created. 这意味着有一个自动创建的项目“ appcompat v7”。

My question is. 我的问题是。

When I submit my app for publishing, will I also have to include the 'appcompat v7' project, as well as the project apk I am sending for publishing. 当我提交要发布的应用程序时,我还必须包括“ appcompat v7”项目以及我要发送以发布的项目apk。 Or do I simply send my project off an nothing else? 还是我只是简单地发送我的项目?

You can't publish project . 您无法发布project You can publish apk file. 您可以发布apk文件。 This file will contain all necessary classes and interfaces. 该文件将包含所有必需的类和接口。 So it will contain support library classes as well. 因此,它还将包含支持库类。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM