You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I used Pixel XL API 32, the project completely succeed to build.
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?
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Would you like to work on the issue?
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.What I've tried as far is as follows, but they didn't work.
Expected Behavior
This is what I expected to happen.
Environment
Steps to reproduce
Anything else?
I refered to these issues and discussions.
When I used
Pixel XL API 32
, the project completely succeed to build.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?
The text was updated successfully, but these errors were encountered: