-
-
Notifications
You must be signed in to change notification settings - Fork 199
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
Failed to install split APK(s) #387
Comments
I'm experiencing the same issue. However, I'm not sure if I'm using a split APK. I was able to run this test 4 days ago. |
https://issuetracker.google.com/issues/328279698 -> upgrade to AGP 8.3.2 |
Attempting to work around this: ReactiveCircus/android-emulator-runner#387
Attempting to work around this: ReactiveCircus/android-emulator-runner#387
used to have the same problem, solve it by changing the actions with "uses: actions/checkout@v4" |
I'm using this setup for my github action:
But when running
connectedAndroidTest
I'm getting this error:I use this same defined job on other projects, but I'm unsure why it's saying it's using a Device emulator with an API level of
1
?My project uses a
min-sdk
of 26 and acompile-sdk/target-sdk
of 34 and AGP version of 8.3.1 with the action specifying anapi-level
of 29.The text was updated successfully, but these errors were encountered: