CircleCI-Public / android-orb

An orb for working with Android on CircleCI
https://circleci.com/developer/orbs/orb/circleci/android
MIT License
41 stars 27 forks source link

ANDROID_NDK_HOME not correct #39

Closed guillaume-tgl closed 2 years ago

guillaume-tgl commented 2 years ago

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 >>