0

I'm trying to package my application to an apk using Buildozer. I got WSL and Ubuntu working, along with buildozer and most of the dependencies. When I run buildozer android debug deploy run or buildozer -v android deploy run the Ubuntu console tries to install the Android NDK and eventually fails. It will download to about 25%-40% and then the error shown in the screenshot will display.

I've tried disabling my firewall, and I've also tried this solution even though I do have internet: No internet connection on WSL Ubuntu (Windows Subsystem for Linux)

Please let me know if you need any more information, thanks!

enter image description here

1 Answers1

0

I just installed the dependency without running Buildozer and made sure it was in the Buildozer directory. Fixed the issue.

  • Good to hear you got it working. Just a couple of recommendations -- First, you might not have gotten much attention on this question due to the screenshot. See [here](https://meta.stackoverflow.com/a/285557/11810933) for details. Second, for similar reasons, it would be useful to provide the actual commands/packages you used to satisfy the dependencies. This information might be buried in the screenshot as well, but it would be useful to have in the answer, I believe. – NotTheDr01ds Sep 06 '22 at 20:39