最新的IDEA2016.1的版本中,创建Android应用自动会选择Gradle来创建,但是我遇到了以下问题。
Error:Gradle: A problem occurred configuring project ‘:app’.
Could not resolve all dependencies for configuration ‘:app:_debugCompile’.
Could not find any matches for com.android.support:appcompat-v7:22.+ as no versions of com.android.support:appcompat-v7 are available.
Required by:MyApplication88:app:unspecified
Google之后要在SDK Manage中,选中相应的包。
中Android Support Library支持。
问题顺利解决。