Replies: 2 comments 1 reply
-
Hi @rawquesh , Depending upon the type of builder machine, the NDK version may vary. |
Beta Was this translation helpful? Give feedback.
1 reply
-
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hey, we have a bit old app, app is building fine locally with flutter 2.0.5, ndk r21d, java 11.0
codemagic.yaml config:
my-workflow:
name: Max2D Android
max_build_duration: 60
environment:
vars:
FCI_CLONE_UNSHALLOW: "true"
flutter: 2.0.5
ndk: r21d
java: 11.0
xcode: latest
cocoapods: default
git access:(you can run and test)
Git repo
Error while building:
== Use Xcode 14.0.1 ==
== Use Flutter version 2.0.5 ==Xcode 14.0.1
Build version 14A400
7-Zip [64] 17.04 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28
p7zip Version 17.04 (locale=utf8,Utf16=on,HugeFiles=on,64 bits,4 CPUs LE)
Scanning the drive for archives:
1 file, 1055967230 bytes (1008 MiB)
Extracting archive: flutter_macos_2.0.5-stable.zip
Path = flutter_macos_2.0.5-stable.zip
Type = zip
Physical Size = 1055967230
Everything is Ok
Folders: 3742
Files: 15032
Size: 2539582706
Compressed: 1055967230
Flutter 2.0.5 • channel stable • https://github.com/flutter/flutter.git
Framework • revision adc687823a (1 year, 6 months ago) • 2021-04-16 09:40:20 -0700
Engine • revision b09f014e96
Tools • Dart 2.12.3
== Use default version of CocoaPods ==
== Use Java version 11.0 ==cocoapods (1.11.3)
== Use NDK version r21d ==openjdk version "11.0.17" 2022-10-18 LTS
OpenJDK Runtime Environment Zulu11.60+19-CA (build 11.0.17+8-LTS)
OpenJDK 64-Bit Server VM Zulu11.60+19-CA (build 11.0.17+8-LTS, mixed mode)
Build failed :|
Failed to install required NDK version
Beta Was this translation helpful? Give feedback.
All reactions