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

compileSdkVersion为22编译不通过 #5

Closed
ysygit123 opened this issue Aug 4, 2016 · 3 comments
Closed

compileSdkVersion为22编译不通过 #5

ysygit123 opened this issue Aug 4, 2016 · 3 comments

Comments

@ysygit123
Copy link

  1. 我将app和lib-zxing中的build.gradle文件中的编译sdk改为22,相应的tools编译工具改为22.0.1、dependencies中的支持包也改为22.2.1, 无法通过编译,一直values-23中的资源找不到。
  2. 都没用23的编译,为什么会报这个错误?非常感谢
@yipianfengye
Copy link
Owner

如果你更改compile的版本,也需要修改:
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:support-v4:23.4.0'
的版本

@yipianfengye
Copy link
Owner

改正

@ysygit123
Copy link
Author

已经按照你说的改过了,还是编 译不通过,仍然非常感谢。我这边把直接把zxingLibrary作为库项目依赖了,现在可以使用了

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