Open joshing-dev opened 7 months ago
I'm experiencing the same issue. However, I'm not sure if I'm using a split APK. yaml https://github.com/takahirom/Rin/blob/main/.github/workflows/emulator-test.yml CI result https://github.com/takahirom/Rin/actions/runs/8593582109/job/23545585072
I was able to run this test 4 days ago. https://github.com/takahirom/Rin/actions/runs/8553042186/job/23435398097
https://issuetracker.google.com/issues/328279698
-> upgrade to AGP 8.3.2
used to have the same problem, solve it by changing the actions with "uses: actions/checkout@v4" for some reason worked for me
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.