We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AndroidDemo/shortcuts/build.gradle //1.SDK版本要求25及以上 //2.最低兼容版本为23 compileSdkVersion 25
这个地方最低只能是25吧,设置为23的话编译通不过
The text was updated successfully, but these errors were encountered:
试了下,你是对的,可能之前修改的时候没有rebuild。不过 targetSdkVersion 的确可以修改成 23
Sorry, something went wrong.
No branches or pull requests
AndroidDemo/shortcuts/build.gradle
//1.SDK版本要求25及以上
//2.最低兼容版本为23
compileSdkVersion 25
这个地方最低只能是25吧,设置为23的话编译通不过
The text was updated successfully, but these errors were encountered: