美文网首页
The version of SDK you're co

The version of SDK you're co

作者: 尔乐 | 来源:发表于2016-10-10 10:25 被阅读7次

The version of SDK you're compiling your code with should be >= the version of support libraries.

For example, if you specify this dependency:

dependencies{compile'com.android.support:appcompat-v7:21.0.+'}

Then you must also usecompileSdkVersion 21(or later).

相关文章

网友评论

      本文标题:The version of SDK you're co

      本文链接:https://www.haomeiwen.com/subject/arwmyttx.html