Closed guillaume-tgl closed 2 years ago
2.0.3
The ANDROID_NDK_HOME env variable is not set to the correct path since the SDK manager is used to install the NDK. It should be ${ANDROID_HOME}/ndk/<< parameters.version >> but it's set to /opt/android/<< parameters.version >>
${ANDROID_HOME}/ndk/<< parameters.version >>
/opt/android/<< parameters.version >>
Orb version
2.0.3
What happened
The ANDROID_NDK_HOME env variable is not set to the correct path since the SDK manager is used to install the NDK. It should be
${ANDROID_HOME}/ndk/<< parameters.version >>
but it's set to/opt/android/<< parameters.version >>