-
Notifications
You must be signed in to change notification settings - Fork 266
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
Where is api android-25 in folder 'platforms' in ndk r14b or r15b? #372
Comments
There were no new native APIs in android-25. |
@DanAlbert Well, we don't need On r14 this was irrelevant, since |
Why not just set ... or is gradle sharing some target API variable between Java and the NDK, and using android-25 Java APIs forces this? It should really just be using |
I don't know if the TS had this specific issue, but yes, if someone has |
Yeah, okay, that makes sense. Reopening. |
Merged into r16. |
We didn't have any new native APIs for android-25, but it's still a valid minSdkVersion, and so still a valid NDK target API. Test: ./run_tests.py --filter no_platform_gaps --rebuild Bug: android/ndk#372 Change-Id: Ifd5806807329082e20db20c84265756dcfd4ef4a
In the ndk folder in subfolder 'platforms' the api android-25 does not exist. Does it have a particular reason? In ndk r15b (beta) there is api android-24 and android-26 but not version 25.
The text was updated successfully, but these errors were encountered: