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

if you have problem like finished with non-zero exit value 1 ,see my solution #61

Open
Surrin1999 opened this issue Aug 13, 2019 · 0 comments

Comments

@Surrin1999
Copy link

Recently i encounter a problem like inished with non-zero exit value 1(sorry i hava not saved the pic) but i finally resolve it. let me list my my solution steps.

step1 : check your external libraries ,if you see file name like Androidx and support at the same time, go to step2 ,if not , you can close this issure cause i can't help you :(

step2: the problem is androidX Library and Android Support conflict,so we need to Migrating to AndroidX.

     **first**: Update build tools to 3.2.0, gradle update to 4.6, and dependent libraries to update to 28.0.0

image

     **second**: click your project -> refactor -> Migrate to AndroidX. 

image

step3: rebuild your project

Then you can see that the problem has been solved.

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

1 participant