Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jvde-github authored Dec 15, 2024
1 parent 037ead3 commit d44bfe6
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,18 @@ jobs:

- name: Set permissions for gradlew
run: chmod +x gradlew
- name: Install Ninja and check Android SDK

- name: Check Android SDK Details
run: |
sudo apt-get update
sudo apt-get install -y ninja-build
echo "Ninja location and version:"
which ninja
ninja --version
echo "Android SDK location:"
echo "SDK Location:"
echo $ANDROID_SDK_ROOT
echo "NDK location:"
ls -l /usr/local/lib/android/sdk/ndk/
- name: Check Ninja location
run: |
which ninja
ninja --version
echo "Build Tools:"
ls -la $ANDROID_SDK_ROOT/build-tools/
echo "Platform Tools:"
ls -la $ANDROID_SDK_ROOT/platform-tools/
echo "NDK versions:"
ls -la $ANDROID_SDK_ROOT/ndk/
- name: Build
run: ./gradlew build

Expand Down

0 comments on commit d44bfe6

Please sign in to comment.