setup-android-tools
setup-android-tools copied to clipboard
I am getting following error while it runs-on: macos-latest
Code is at https://github.com/VedantLtd/Setup-Cordova/blob/main/tempMain.yml
Run maxim-lobanov/setup-android-tools@v1 with: packages: ndk;21.4.7075529 cache: true env: JAVA_HOME: /Users/runner/hostedtoolcache/Java_Adopt_jdk/11.0.11-9/x64/Contents/Home Getting list of available components /Users/runner/Library/Android/sdk/tools/bin/sdkmanager --list Error: '/Users/runner/Library/Android/sdk/tools/bin/sdkmanager --list' has finished with exit code '1'
Hello, could you please provide the link to build where you have an issue?
I got that error at below, but later I discovered that Java action was causing this problem and first I needed to change sequence of actions and problem got solved. https://github.com/VedantBiz/Driver/runs/2659035815?check_suite_focus=true.
@vikivyas could you explain how you fixed this? i'm having the same issue now