summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <olivier.crete@collabora.com>2016-09-15 16:11:25 -0400
committerOlivier Crête <olivier.crete@collabora.com>2016-09-15 16:11:25 -0400
commitc78fd90de9e8155ab095709575cfafbb09c2934a (patch)
treec5c5db865213a1360615054b97cc8ac8e25d4925
parent2d3ecfe78203b629667dc69be6029a12db5c9e6d (diff)
Comment out Android Studio reference until we port the examples
-rw-r--r--sdk-installing-for-android-development.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/sdk-installing-for-android-development.md b/sdk-installing-for-android-development.md
index 4ee783a..ac25019 100644
--- a/sdk-installing-for-android-development.md
+++ b/sdk-installing-for-android-development.md
@@ -18,9 +18,9 @@ needs to have installed:
you have at least one Android SDK platform installed with API
version 9 or higher.
-Optionally, you can use the [Android Studio](https://developer.android.com/studio/index.html). As stated in
+<!-- Optionally, you can use the [Android Studio](https://developer.android.com/studio/index.html). As stated in
the Android documentation, *developing in Android Studio is highly
-recommended and is the fastest way to get started*.
+recommended and is the fastest way to get started*. -->
Before continuing, make sure you can compile and run the samples
included in the Android NDK, and that you understand how the integration
@@ -82,9 +82,11 @@ Android projects with GStreamer support are built like conventional
Android NDK projects, so the instructions at the [Android NDK] home can
be followed:
+<!--
#### Using Android Studio
> ![warning] To be completed!!
+-->
#### Using Eclipse