android– 错误:访问后无法配置“发布”扩展

android– 错误:访问后无法配置“发布”扩展,第1张

概述错误:访问后无法配置“发布”扩展.更新我的android工作室后,我收到此错误.这是我的app.gradleapplyplugin:'com.android.application'android{compileSdkVersion23buildToolsVersion'23.0.2'defaultConfig{minSdkVersion14targetSdkVersion23ver

错误:访问后无法配置“发布”扩展.

更新我的android工作室后,我收到此错误.

这是我的app.gradle

apply plugin: 'com.androID.application'androID {compileSdkVersion 23buildToolsversion '23.0.2'  defaultConfig {    minSdkVersion 14    targetSdkVersion 23    versionCode 1    versionname "1.0"    vectorDrawables.useSupportlibrary = true    generatedDensitIEs = []}aaptoptions {    additionalParameters "--no-version-vectors"}buildTypes {    release {        MinifyEnabled false        proguardfiles getDefaultProguardfile('proguard-androID.txt'), proguard-rules.pro'    }}dexOptions {    preDexlibrarIEs = false    javaMaxHeapSize "4g"        }}dependencIEs {compile filetree(include: ['*.jar'], dir: 'libs')compile files('libs/universal-image-loader-1.9.5.jar')compile project(':databaseautoCompletelibrary')compile 'com.Google.code.gson:gson:2.2.4'compile 'com.androID.support:support-v4:23.2.0'compile 'com.androID.support:grIDlayout-v7:23.2.0'compile 'com.loopj.androID:androID-async-http:1.4.9'compile 'com.jakewharton:butterknife:7.0.1'compile 'com.baoyz.swipemenuListvIEw:library:1.3.0'compile 'milyn:opencsv:1.6'compile 'de.hdodenhof:circleimagevIEw:2.0.0'compile project(':MPChartlib')compile project(':filechooserlibrary')//compile 'com.androID.support:support-v4:18.0.0'//compile 'com.androID.support:appcompat-v7:18.0.+'compile 'com.androID.support:design:23.2.0'compile 'com.androID.support:support-v13:23.2.0'compile 'com.androID.support:appcompat-v7:23.2.0'compile 'com.squareup.picasso:picasso:2.5.2'compile 'com.mcxiaoke.volley:library:1.0.19'compile project(':Volley')compile 'com.Google.androID.gms:play-services:8.4.0'}

请提供任何解决方案.
我正在使用排球库.
谢谢.

解决方法:

升级到最新工作室后,我遇到了同样的问题.

我不确定根本原因,但我做的是

从volley build.gradle下面的注释

apply from: 'bintray.gradle'

正如我所看到的那样,很多项目存在于依赖项中.
如果可能的话,请对所有人进行同样的评论并再次尝

总结

以上是内存溢出为你收集整理的android – 错误:访问后无法配置“发布”扩展全部内容,希望文章能够帮你解决android – 错误:访问后无法配置“发布”扩展所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/web/1100351.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2022-05-28
下一篇2022-05-28

发表评论

登录后才能评论

评论列表(0条)

    保存