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.
- Change API version 30 to 28.
- Reduce test cases.
- Delete /.cxx directory and rebuild.
- Delete euphony repository in my local storage and clone again
Expected Behavior
This is what I expected to happen.

Environment
- OS: Windows 10
- API level: 28, 30
Steps to reproduce
- Run Android Studio.
- Create device using API version 28 or 30.
- Run 'java-sample'.
- See all test cases are passed.
- 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.

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?
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?