com.android.support:appcompat-v7:15.+. Versions do not match解决办法 android studio

Android studio 编译运行


Error:A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_debugCompile'.
> Could not find any version that matches com.android.support:appcompat-v7:15.+.
Versions that do not match:

ons


解决办法:在build.gradle中

改成本身有的版本试试看,比如v7:15.  改成v7:25 ,等

你可能感兴趣的:(Eclipse,&Android,Studio)