android / ndk-samples

Android NDK samples with Android Studio
http://developer.android.com/ndk
Apache License 2.0
9.97k stars 4.15k forks source link

build.md not found in ndk/guides/graphics/getting-started #990

Closed goofyseeker311 closed 2 months ago

goofyseeker311 commented 4 months ago

https://developer.android.com/ndk/guides/graphics/getting-started points to https://github.com/KhronosGroup/Vulkan-Samples/blob/master/docs/build.md#android build.md which is no longer that, its 404 not found.

new address is: https://github.com/KhronosGroup/Vulkan-Samples/blob/main/docs/build.adoc

also android-studio-2023.2.1.23-windows fails to close the hello-jni application window with stop button. it will stay on background as a window, which needs to be program-button->closed separately. stop debug button should close the application completely.

as a side note, why does an IDE need to setup any environment variables. defeats the purpose of integrated development environment (all included, even environment variables). seems like a sparse development environment. must be self-contained.

DanAlbert commented 2 months ago

also android-studio-2023.2.1.23-windows fails to close the hello-jni application window with stop button. it will stay on background as a window, which needs to be program-button->closed separately. stop debug button should close the application completely.

as a side note, why does an IDE need to setup any environment variables. defeats the purpose of integrated development environment (all included, even environment variables). seems like a sparse development environment. must be self-contained.

You're talking to the wrong people. File a bug against Android Studio: http://b.android.com

DanAlbert commented 2 months ago

The doc bug is also file in the wrong place: https://source.android.com/docs/setup/contribute/report-bugs#documentation

That's something that is actually in my power to fix though, so I sent the CL to do that. Please file doc bugs against the docs in the future though.