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

Build failed with qrscan #7

Closed
WangMiaoGit opened this issue Aug 12, 2019 · 3 comments
Closed

Build failed with qrscan #7

WangMiaoGit opened this issue Aug 12, 2019 · 3 comments
Labels
bug Something isn't working

Comments

@WangMiaoGit
Copy link

FAILURE: Build failed with an exception.

  • What went wrong:
    A problem occurred configuring project ':qrscan'.

Failed to notify project evaluation listener.
java.lang.AbstractMethodError (no error message)

@wu9007
Copy link
Owner

wu9007 commented Aug 13, 2019

@WangMiaoGit 主要是由于Gradle版本导致的问题,确认android目录下的build.gradle文件里buildscript 节点下依赖 是gradle:3.2.1

dependencies {
        classpath 'com.android.tools.build:gradle:3.2.1'
        ... ...
    }

@wu9007 wu9007 closed this as completed Aug 13, 2019
@WangMiaoGit
Copy link
Author

这个和androidx没有关系是吧

@wu9007
Copy link
Owner

wu9007 commented Aug 19, 2019

@WangMiaoGit 有关系 升级到0.2.13试试。

@wu9007 wu9007 reopened this Aug 19, 2019
@wu9007 wu9007 added the bug Something isn't working label Aug 19, 2019
@wu9007 wu9007 closed this as completed Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants