From 83714b825c93a338acc2c35b91a1ec19079d2639 Mon Sep 17 00:00:00 2001 From: baldurk Date: Thu, 20 Aug 2020 10:47:16 +0100 Subject: [PATCH] Remove note about android support being new --- docs/how/how_android_capture.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/how/how_android_capture.rst b/docs/how/how_android_capture.rst index eea5dc107..e23e499e2 100644 --- a/docs/how/how_android_capture.rst +++ b/docs/how/how_android_capture.rst @@ -5,8 +5,6 @@ RenderDoc contains support for Android for both Vulkan and OpenGL ES. It require The Android device must be running at least Android 6.0. -Android support is still quite new, so if you run into any rough spots please `open an issue on GitHub `_ or `email me `_. - RenderDoc requires some tools from the Android SDK to function. On windows these usually ship with the RenderDoc package, but if you are on Linux or you have trouble please see below in the Troubleshooting section about configuring your Android SDK. .. caution::