fix(ci): check android.jar existence in platform dir
Android Build / build-apk (push) Failing after 3m25s
Build and Deploy / build-and-push (push) Successful in 30s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
funman300
2026-05-14 10:41:57 -07:00
parent 2f3a6b9586
commit 8391235a1a
+3 -1
View File
@@ -121,7 +121,9 @@ jobs:
echo "ANDROID_HOME=$ANDROID_HOME"
echo "ANDROID_SDK_ROOT=$ANDROID_SDK_ROOT"
printenv | grep -i android || true
ls "$ANDROID_HOME/platforms/" || echo "platforms dir missing at build time"
ls "$ANDROID_HOME/platforms/" || echo "platforms dir missing"
ls "$ANDROID_HOME/platforms/android-34/" | head -10 || echo "android-34 dir missing"
ls "$ANDROID_HOME/platforms/android-34/android.jar" && echo "android.jar OK" || echo "android.jar MISSING"
echo "========================="
cargo apk build --package solitaire_app --lib