Replies: 3 comments 1 reply
-
Hi @FBS-Alex , Can you share the build id? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @himesh-cm , |
Beta Was this translation helpful? Give feedback.
0 replies
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
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
-
Seems like CodeMagic uses a different NDK version (25.1.8937393 on macOS) than the flutter default (23.1.7779620).
This leads to the following problem when trying to add debug symbols to the app bundle:
The only solution I can think of right now is to set android.ndkVersion in build.grade to 25.1.8937393 manually, but that'd only work as long as the version on the build machine stays the same.
Would be convenient to have a built-in environment variable containing the NDK version that we can use instead of hard code android.ndkVersion.
Any other ideas/suggestions?
Beta Was this translation helpful? Give feedback.
All reactions