Mirko Galimberti
Mirko Galimberti
Hi @weixingsun! Thank you for reporting the full log. Looks like the issue is actually a duplicate of the above-mentioned issue. Feel free to subscribe to issue #2343 to continue...
Hi @Craulback ! Isn't that one the same of #2316?
The `--no-deps` flag was introduced here: https://github.com/kivy/python-for-android/pull/557 and the aim was to avoid the substitution of an already built (via recipe) package. Considering that an eventual dependency of a pip...
Yeah, recently `tools` became `cmdline-tools`. In `buildozer` we're still relying on an old version of the cmdline tools, which are located at `tools`, but I agree that should be updated...
As a workaround, until we update `python-for-android` to support the latest Android command-line-tools version, please rely on the following links: **macOS:** https://dl.google.com/android/repository/commandlinetools-mac-6514223_latest.zip **Linux:** https://dl.google.com/android/repository/commandlinetools-linux-6514223_latest.zip
Did you installed the requested API? See: https://python-for-android.readthedocs.io/en/latest/quickstart/#platform-and-build-tools
> Any objections if I rebase this and polish it up? We'd like to be able to use this functionality. Unless @rnixx wants to take care of it, I don't...
HI @obaltian and @CatTalk2! The issue should have been fixed via https://github.com/kivy/python-for-android/pull/2586, are you still encountering it on the `develop` branch?
> Move to ndk 23 in develop branch breaks fortran build. Not sure how to overvome this. > […](#) Yeah, unfortunately even if I tried, FORTRAN support on Android with...
Nice work! Will definitely test it as soon I have a chance. Meanwhile, some minor improvements: - Flake8 tests are failing, can you take it a look ? - How...