-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
CPU architecture of the system image arm64-v8a not support #235
Comments
Try to add |
Change like this:
But still not work:
|
Looks like you're on an old version of the action. |
Thanks for the reply!
And then
|
It could be that the |
we do not have
|
can you try with |
This is a working build using API 30, x86_64, google_apis: https://github.com/ReactiveCircus/android-emulator-runner/runs/5579056062?check_suite_focus=true |
I do not think we have |
Full log is here
|
System images are downloaded from Google's repository as part of this action, so everyone should have it. Are you using a self hosted runner? Is it Linux or macos? |
it is linux and self hosted. |
Hi Yang, I think our project does not support x86_64, although we could download from Google's repository, the app still cannot run. Am I understanding it right? |
@dingyishen-amazon That is my understanding! Closing out -- please reopen if necessary. PS: To find every combo available for download, can use |
Our project has only 'armeabi-v7a' and 'arm64-v8a', when I try to run uniittest:
It gives me error:
But in your README, it said:
CPU architecture of the system image - x86, x86_64 or arm64-v8a. Note that x86_64 image is only available for API 21+. arm64-v8a images require Android 4.2+ and are limited to fewer API levels (e.g. 30).
The text was updated successfully, but these errors were encountered: