Did someone already try Qodana? I just added the ...
# getting-started
s
Did someone already try Qodana? I just added the config to my GitHub CI described here: https://www.jetbrains.com/help/qodana/qodana-github-action.html And it fails with
STDERR: SDK location not found. Define location with an ANDROID_SDK_ROOT environment variable or by setting the sdk.dir path in your project's local properties file at '/github/workspace/local.properties'.
If I'm not mistaken the ubunutu-latest already has a
ANDROID_SDK_ROOT
defined. 🤷‍♂️ https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md Is that sample code working or is it just broken? Did someone test that?