Android Studio:无法使用maven插件的安装任务

时间:2015-02-12 14:08:39

标签: android maven gradle install local

在android工作室项目中,我无法使用maven插件的安装任务在我的本地存储库中安装apk。

我已添加:

apply plugin: 'maven'

当我使用./gradlew任务显示任务时,我可以看到:

Upload tasks
------------
uploadArchives - Uploads all artifacts belonging to configuration     ':plugin:archives'

但缺少以下内容:

Other tasks
-----------
install - Installs the 'archives' artifacts into the local Maven repository.

0 个答案:

没有答案