WARNING: ignoring settings from 'local.properties'! #1928
Replies: 2 comments
-
@BenjiFarquhar Hello Benji, minSdkVersion should be changed in |
Beta Was this translation helpful? Give feedback.
0 replies
-
it was answered on StackOverflow https://stackoverflow.com/questions/76791779/codemagic-warning-ignoring-settings-from-local-properties |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
Build Android in the workflow editor with release mode and args: --flavor qa -t lib/main_qa.dart --release --no-tree-shake-icons
Expected results
It succeeds
Actual results
displays at the end of the get dependencies task. Then
displays at the end of the build android task.
Cannot invoke method toInteger() on null object happens when your minSdkVersion is below 21 and I set mine to 21 in android/local.properties so it needs to read that file and apply it to the build but it isn't.
I added this to the post clone script, taken from the flutter android and ios sample project:
Which should apply the local.properties.
Build id (optional)
64c53ea14abc96b5dce1091c
Beta Was this translation helpful? Give feedback.
All reactions