buildozer-action
buildozer-action copied to clipboard
I got # AIDL not found, please install it.
I got this error, but I don't know how to instal aidl, can anyone help me?
Traceback:
Aidl not found, please install it.
Traceback (most recent call last):
File "/action/entrypoint.py", line 159, in
Same
@Thimphu123 @JVProdc add this in your spec file :
android.accept_sdk_license = True
let me know, if this fix your problem
@manatlan I switch to use python-for-android directly and it works
@manatlan I switch to use python-for-android directly and it works
Ok, thank you
@manatlan I switch to use python-for-android directly and it works
I did not try this, i totaly switched to Java and Android studio instead of having troubles with python-android convertion
if anyone still searching for a solution, adding yes |
in front of the command worked for me. Also used the latest version so not sure if it's relevant, I had the accept_sdk_license flag previously set to true and it didn't help
- name: Build with Buildozer
uses: ArtemSBulgakov/[email protected]
id: buildozerBuild
with:
command: yes | buildozer -v android debug
buildozer_version: master
Problems solved!
🎉 Exciting News! 🎉
I'm thrilled to announce that my APK build process for the SAMPLE-KIVYMD-APP repository has been successfully completed on GitHub! 🚀
It took some frustrating build failures but still I managed to succeed.
After resolving several challenges, my GitHub Actions workflow now reliably builds the APK for my KivyMD application, thanks to the latest updates and optimizations. This achievement marks a significant milestone for my project, bringing us one step closer to delivering an enhanced mobile experience.
🔧 Key Highlights:
- Automated APK Building: Our workflow now efficiently handles the APK build process without manual intervention.
- Optimized Dependencies: We’ve integrated all necessary dependencies, ensuring a smooth build environment.
- Seamless Deployment: The build process is fully automated, making it easier to deploy updates and improvements.
For more details, you can check out the repository here. I am looking forward to your feedback.
Stay tuned for more updates and happy coding!