From ff5d376f2b7a0a323aee6a115b8f1ea8466f014e Mon Sep 17 00:00:00 2001 From: Joe Bolinger Date: Fri, 31 Aug 2018 17:24:14 -0700 Subject: [PATCH 1/2] add android note --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7350a46c1986..059b31b127e5 100644 --- a/README.md +++ b/README.md @@ -221,11 +221,16 @@ threading restrictions. Thus, the following are not supported: -- Android +- Android (consider [Firebase](https://firebase.google.com), which includes many of these APIs) - Alpine Linux (due to netty-tcnative requiring glibc, which is not present on Alpine) - Raspberry Pi (since it runs on the ARM architecture) - Google App Engine Standard Java 7 +*Android users*: Although unsupported, it is possible to use these libraries in many cases. +You can find examples, such as [this one](https://github.com/GoogleCloudPlatform/android-docs-samples/tree/master/speech/SpeechRecognitionClient), +[here](https://github.com/GoogleCloudPlatform/android-docs-samples) but consider the risks carefully before +using them in an application. + The following environments should work (among others): - standalone Windows on x86_64 From a8b0f8d252ce5b1ac138adc890a4e6c58e47615f Mon Sep 17 00:00:00 2001 From: Joe Bolinger Date: Tue, 4 Sep 2018 09:08:45 -0700 Subject: [PATCH 2/2] move to sub bullet --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 059b31b127e5..7ced33e35cfb 100644 --- a/README.md +++ b/README.md @@ -221,16 +221,15 @@ threading restrictions. Thus, the following are not supported: -- Android (consider [Firebase](https://firebase.google.com), which includes many of these APIs) +- Android + - Consider [Firebase](https://firebase.google.com), which includes many of these APIs. + - It is possible to use these libraries in many cases, although it is unsupported. + You can find examples, such as [this one](https://github.com/GoogleCloudPlatform/android-docs-samples/tree/master/speech/SpeechRecognitionClient), + in this [example repository](https://github.com/GoogleCloudPlatform/android-docs-samples) but consider the risks carefully before using these libraries in an application. - Alpine Linux (due to netty-tcnative requiring glibc, which is not present on Alpine) - Raspberry Pi (since it runs on the ARM architecture) - Google App Engine Standard Java 7 -*Android users*: Although unsupported, it is possible to use these libraries in many cases. -You can find examples, such as [this one](https://github.com/GoogleCloudPlatform/android-docs-samples/tree/master/speech/SpeechRecognitionClient), -[here](https://github.com/GoogleCloudPlatform/android-docs-samples) but consider the risks carefully before -using them in an application. - The following environments should work (among others): - standalone Windows on x86_64