-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android NDK - "$NDK/platforms/android-25" missing? #1992
Comments
It's not too clear to me what the error is, but if you want to use |
i'm actually using that... When the minimal API is set in 25, the project won't compile because android NDK will not find the folder "$NDK/platforms/android-25" (because it doesn't exists.) That means that p4a needs to use API level to 24 when android.minapi = 25 |
with NDK installed by android studio, "platforms" folder is missing |
The latest NDK no longer has a "platforms" folder at all: #2391 |
If anyone got problem with build tools, due to 'platforms' folder, unless you really need the latest version, downgrade your NDK as a workaround, it is working for me. |
Fixed via #2586, feel free to re-open the issue if you're still encountering it on the develop branch. |
Versions
Description
Español:
Según la información proporcionada por el foro de android NDK No hay una nueva versión nativa del NDK(version 15+)/platforms/android-25, por lo cual se debe compilar con el NDK/platforms/android-24.
Android Studio reconoce este "error" y trabaja automáticamente con NDK/platforms/android-24
mientras que p4a no...
(Existe un bug en android NDK 15c en el cual no trata la carpeta faltante android-25 y se debe usar manualmente android-24)
English:
The information provided from the forum from android NDK say that there's there were no new native APIs in NDK(version 15+)/platforms/android-25, because of that it should be compiled with NDK/platforms/android-24.
Android Studio knows about this "Error" and it works automatically with NDK/platforms/android-24 while p4a still dont.
(there is a bug in NDK r15+: it does not treat correctly the missing android-25 folder. and it has to be used android-24 manually)
Sources:
buildozer.spec
Command:
Spec file:
Logs
By the information of the sources it might be useful to link the missing NDK api levels to the next lower one found in the NDK/platforms folder
The text was updated successfully, but these errors were encountered: