fix(ci): check android.jar existence in platform dir
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -121,7 +121,9 @@ jobs:
|
|||||||
echo "ANDROID_HOME=$ANDROID_HOME"
|
echo "ANDROID_HOME=$ANDROID_HOME"
|
||||||
echo "ANDROID_SDK_ROOT=$ANDROID_SDK_ROOT"
|
echo "ANDROID_SDK_ROOT=$ANDROID_SDK_ROOT"
|
||||||
printenv | grep -i android || true
|
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 "========================="
|
echo "========================="
|
||||||
cargo apk build --package solitaire_app --lib
|
cargo apk build --package solitaire_app --lib
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user