From 57b6190c856148233f4b6bf2f96fadb1b5696eb2 Mon Sep 17 00:00:00 2001 From: baldurk Date: Tue, 23 Mar 2021 23:09:58 +0000 Subject: [PATCH] Link to proper github new issue page * Github doesn't redirect when there are templates, which leads to users not seeing the template. --- docs/how/how_android_capture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how/how_android_capture.rst b/docs/how/how_android_capture.rst index e23e499e2..ebea3efdf 100644 --- a/docs/how/how_android_capture.rst +++ b/docs/how/how_android_capture.rst @@ -60,6 +60,6 @@ If you have Android Studio open, it will interfere with RenderDoc's debugging by RenderDoc does its best to locate or provide necessary Android tools from the Android SDK. On Windows, these tools are shipped with the distributions and all that's required is java - either in your ``PATH`` or via the ``JAVA_HOME`` environment variable. If these tools aren't present then RenderDoc searches through ``PATH`` and other variables like ``ANDROID_HOME`` or ``ANDROID_SDK_ROOT`` to find the SDK. If you don't have those environment variables set, you can browse to the SDK and JDK folders in the :doc:`settings window <../window/settings_window>` under the :guilabel:`Android` section. -If something goes wrong with these steps, please `open an issue on GitHub `__! The process should be as smooth as possible given Android's platform limitations, so if you encounter problems then it may well be fixable. +If something goes wrong with these steps, please `open an issue on GitHub `__! The process should be as smooth as possible given Android's platform limitations, so if you encounter problems then it may well be fixable. Often when an operation fails, more information is available via :guilabel:`Help` → :guilabel:`View Diagnostic Log`.