-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
"minSdkVersion [29] > deviceApiLevel [24]" error when trying to use GitHub actions build the app #5235
Comments
It seems to last have worked on 27. Apr 2023, in this run: https://github.com/commons-app/apps-android-commons/actions/runs/4818991911 based on commit 48e4c40. Next run https://github.com/commons-app/apps-android-commons/actions/runs/4844652141 based on commit 1649d1e (and all runs which ran afterward) seem to fail. So if I'm correct, problematic commit might be this one by @sivaraam: 0f0358f, which bumped |
Thanks @sivaraam it indeed proceeds further now, although it still fails for me with different errors:
But the original SDK version problem at least seems to be resolved; I'll open a new issue for this new problem... |
@mnalis That's strange. The unit tests run without issues in the master branch of this repo [latest run]. Could you kindly check if this is just a one-off issue by re-running the pipeline ? Also, merging the latest changes is a good thing too since there was a fix for a unit test failure. |
@sivaraam yes, I've run it on latest master. It fails majority of the times, but just as I was going to respond that it always fails, it finally succeeded (without any changes - just brute-forcing run after run !!) on 12th run. I've opened this issue #5245; it would be much appreciated if you'd like to take a look there. |
Summary
Trying to compile the app using included GitGub action
Android CI
fails.Steps to reproduce
apps-android-commons
repoAndroid CI
GitHub action to build the appExpected behaviour
App builds successfuly
Actual behaviour
the build fails with:
it also fails in upstream repo, e.g. https://github.com/commons-app/apps-android-commons/actions/runs/5278007589/jobs/9546773502
Device name
n/a
Android version
n/a
Commons app version
latest (post-4.1.0) master 231b96d
Device logs
No response
Screen-shots
No response
Would you like to work on the issue?
None
The text was updated successfully, but these errors were encountered: