-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[Documentation] android_building.md should be updated after SDK and NDK version changes. #25987
Comments
We also need to update the container version (to 0.7.0) used by this Github actions
|
I included the update to the workflow in this PR that depends on it: #25939 |
@ksperling-apple The comment above is about the other Android workflow: |
Looks like the SDK version is 26 now instead of 21 since #25204 so that's wrong now too. I don't have Android Studio installed to check what the exact revision numbers currently are though. There seem to be extra revision numbers there when installing via Android Studio compared to the NDK downloads page. |
If the new NDK version is |
It seems that the ndk version must be specified in the android config or the generated |
How do we know the SDK version when built from scripts ? (I'm assuming we are referring here to the min SDK requirement to build the When building from source, the |
I think we should also update this section entirely and/or fix the Gradle scripts. I'm wondering if anyone is able to compile when strictly following those instructions without facing #25774, #21880, #23186 and #23341 (The two last are the same, they are just warnings and goes away when using NDK I'm able to build from source but I have to change the Gradle scripts from CHIPTool's |
same problem... @tetedoie can you share your solution? Update: I got work on android project when set |
I'm stuck here too, the android studio SDK is now 17.x as well, so the gradle 7.1.1 builds in the v1.1branch builds all fail with |
FWIW, I finally got it to build after editing After all that, the app is still..... well, it's an app, but that's unrelated to getting it to build :) |
@yunhanw-google What is the final goal of this open issue? |
Documentation issues
https://github.com/project-chip/connectedhomeip/blob/master/docs/guides/android_building.md
needs to describe how to build using the latest NDK/SDK versions.
Platform
android
Anything else?
No response
The text was updated successfully, but these errors were encountered: