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

[Bug] Build error with API version 28 or 30 #242

Open
2 tasks done
haan823 opened this issue Sep 10, 2022 · 1 comment
Open
2 tasks done

[Bug] Build error with API version 28 or 30 #242

haan823 opened this issue Sep 10, 2022 · 1 comment
Assignees
Labels
bug osca-22 Contribution From Open Source Academy 2022

Comments

@haan823
Copy link
Member

haan823 commented Sep 10, 2022

Is there an existing issue for this?

  • I have searched the existing issues.

Would you like to work on the issue?

  • Assign this issue to me.

Describe the bug

When I tried to build the project with API version 28 or 30, I ran into some errors.

I failed to build and faced message ninja: build stopped: subcommand failed. even though test cases were all passed.

image

image

image

What I've tried as far is as follows, but they didn't work.

  1. Change API version 30 to 28.
  2. Reduce test cases.
  3. Delete /.cxx directory and rebuild.
  4. Delete euphony repository in my local storage and clone again

Expected Behavior

This is what I expected to happen.

image

Environment

- OS: Windows 10
- API level: 28, 30

Steps to reproduce

  1. Run Android Studio.
  2. Create device using API version 28 or 30.
  3. Run 'java-sample'.
  4. See all test cases are passed.
  5. See build errors.

Anything else?

I refered to these issues and discussions.

When I used Pixel XL API 32, the project completely succeed to build.

image

Proposal

I think it is good to notice users who try to build with API version 28 or 30 that the API versions can make build errors. And also, how about do not run gtest with the API versions?

@haan823 haan823 added the bug label Sep 10, 2022
@yeonns
Copy link
Member

yeonns commented Sep 10, 2022

@haan823 Thank you for reporting issues 👍 And your suggestion is also perfect! It would be good to block gtest with API 28 and 30.

@designe designe added the osca-22 Contribution From Open Source Academy 2022 label Sep 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug osca-22 Contribution From Open Source Academy 2022
Projects
None yet
Development

No branches or pull requests

3 participants