digreatbrian / buildozer-action

Action to build Kivy App to APK
MIT License
5 stars 4 forks source link

# Aidl not found, please install it. Error: Process completed with exit code 1. #5

Open madDevXD opened 1 month ago

madDevXD commented 1 month ago

i got this error when I tried the Action

OuchenTech commented 1 month ago

i got this error when I tried the Action Use this in your build.yml file

on:
  push:
    branches: [ main ]

jobs:
  build:
    runs-on: ubuntu-22.04
    steps:
      - uses: actions/checkout@v4
      - name: Build APK
        uses: digreatbrian/buildozer-action@v2
        with:
          buildozer-cmd: buildozer -v android debug
          work-dir: . # directory where your main.py file rests

      - name: Upload artifacts
        uses: actions/upload-artifact@v4
        with:
          name: package
          path: ./bin/*.apk
digreatbrian commented 2 weeks ago

Try to run the action again, I made some changes

subho86chow commented 2 weeks ago

Try to run the action again, I made some changes Hey it's not working. Can you check this once.

digreatbrian commented 2 weeks ago

Try to run the action again, I made some changes Hey it's not working. Can you check this once.

Can you please provide your logs for the workflow.