Skip to content

Commit 40a4224

Browse files
authored
Include Android support in READMEs (#44274)
1 parent 2679af2 commit 40a4224

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ The management libraries can be identified by namespaces that start with `azure-
4040

4141
Note that the latest libraries from Microsoft are in the `com.azure` Maven group ID, and have the package naming pattern of beginning with `com.azure`. If you're using libraries that are in `com.microsoft.azure` Maven group ID, or have this as the package structure, please consider migrating to the latest libraries. You can find a mapping table from these historical releases to their equivalent [here](https://azure.github.io/azure-sdk/releases/deprecated/index.html#java).
4242

43+
### Android Support
44+
45+
The Azure SDKs for Java do not provide support for Android. While we attempt to allow the SDKs to be used on Android, we do not test or support this scenario.
46+
4347
## Need help?
4448

4549
- For reference documentation visit the [Azure SDK for Java documentation](https://aka.ms/java-docs).

sdk/serialization/azure-xml/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,13 @@ Get started with Azure libraries that are [built using Azure Core](https://azure
167167
If you encounter any bugs, please file issues via [GitHub Issues](https://github.com/Azure/azure-sdk-for-java/issues/new/choose)
168168
or checkout [StackOverflow for Azure Java SDK](https://stackoverflow.com/questions/tagged/azure-java-sdk).
169169

170+
### Android Support
171+
172+
While the Azure SDKs for Java do not explicitly support Android, `azure-xml` is capable of being used in an Android
173+
application. However, for `azure-xml` to work on Android the Android application needs to add a dependency on
174+
[javax.xml.stream:stax-api](https://central.sonatype.com/artifact/javax.xml.stream/stax-api) which provides
175+
`javax.xml.stream` to environments that don't have them (such as Android).
176+
170177
## Contributing
171178

172179
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md).

0 commit comments

Comments
 (0)