hbf17517

Results 3 issues of hbf17517

### Page link: https://bazel.build/start/android-app ### Problem description (include actual vs expected text, if applicable): The page says: Bazel supports building Android apps using the [Android rules](https://bazel.build/reference/be/android). But the link https://bazel.build/reference/be/android...

I am using bazel 8.1.1 My MODULE.bazel contains the following: ``` bazel_dep(name = "rules_android_ndk", version = "0.1.3") android_ndk_repository_extension = use_extension("@rules_android_ndk//:extension.bzl", "android_ndk_repository_extension") use_repo(android_ndk_repository_extension, "androidndk") ``` When I build I get the...

The value of $ANDROID_NDK_HOME in my environment is C:\Users\rob\AppData\Local\Android\Sdk\ndk\28.0.13004108 ndk_path is set to that value, while p in line 112 is set to the paths using forward slashes, leading to...