Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/maven/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 安卓工作室:Can';t使用maven插件的安装任务_Android_Maven_Gradle_Installation_Local - Fatal编程技术网

Android 安卓工作室:Can';t使用maven插件的安装任务

Android 安卓工作室:Can';t使用maven插件的安装任务,android,maven,gradle,installation,local,Android,Maven,Gradle,Installation,Local,在android studio项目中,我不能使用maven插件的安装任务在本地存储库中安装apk 我补充说: apply plugin: 'maven' 当我显示带有./gradlew任务的任务时,我可以看到: Upload tasks ------------ uploadArchives - Uploads all artifacts belonging to configuration ':plugin:archives' 但缺少以下内容: Other tasks ------

在android studio项目中,我不能使用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.