Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

supportVersion属性的bug #456

Closed
aliyao opened this issue Apr 5, 2017 · 1 comment
Closed

supportVersion属性的bug #456

aliyao opened this issue Apr 5, 2017 · 1 comment

Comments

@aliyao
Copy link

aliyao commented Apr 5, 2017

由于项目的原因旧的项目准备作为宿主,以后慢慢一步步的拆分下层为插件,而且旧的项目方法数超了,所以用到com.android.support:multidex,在我给项目配置supportVersion属性的时候显示错误Error:Failed to resolve: com.android.support:multidex:25.+,com.android.support:multidex本来就没有25那么大的,希望修改这个属性兼容
android {
compileSdkVersion = 25
buildToolsVersion = "25.0.2"
supportVersion = "25.+" //导致错误的地方
}
报错信息
Error:Failed to resolve: com.android.support:multidex:25.+

@baby2431
Copy link

baby2431 commented Jun 7, 2017

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants