---
title: "[Android] - About Android Utils Library"
description: About Android Utils Library
url: https://www.contentstack.com/docs/developers/sdks/utils-sdk/android/about-android-utils-library
product: Contentstack
doc_type: sdk-guide
audience:
  - developers
  - android-developers
version: latest
last_updated: 2026-03-26
---

# [Android] - About Android Utils Library

This page explains what the Contentstack Android Utils library is, what it includes, and who should use it. Read this if you are building an Android application with the Contentstack Android SDK and need utility features such as embedded object support.

## About Android Utils Library

Contentstack provides the Android Utils library that contains all the utilities for the Android SDK.

Features included:
- **Embedded Object**: Allows you to fetch embedded [entries](/docs/content-managers/author-content/about-entries/)/[assets](/docs/content-managers/author-content/about-assets/) (placed inside the “[Rich Text Editor](/docs/developers/create-content-types/rich-text-editor)” (RTE) field) and display them on your frontend application. To learn how to embed entries/assets in the RTE field, refer to the [Embed Entry](/docs/developers/create-content-types/rich-text-editor#embed-entries-in-the-rte) and [Embed Asset](/docs/developers/create-content-types/rich-text-editor#embed-assets-in-the-rte) documentation.

**Note**: The Contentstack Android Utils library supports Node.js version 10 or above.

To use this Utils library in your application, follow the steps specified in the [Get Started with Android Utils library](/docs/developers/sdks/utils-sdk/android/get-started-with-android-utils-library/) guide.

## Common questions

**Q: What does the Android Utils library provide?**  
A: It contains utilities for the Android SDK, including support for fetching embedded entries/assets from the Rich Text Editor (RTE) field.

**Q: Where can I learn how to embed entries or assets in the RTE field?**  
A: Refer to the [Embed Entry](/docs/developers/create-content-types/rich-text-editor#embed-entries-in-the-rte) and [Embed Asset](/docs/developers/create-content-types/rich-text-editor#embed-assets-in-the-rte) documentation.

**Q: What Node.js version is supported by the Contentstack Android Utils library?**  
A: Node.js version 10 or above.

**Q: Where do I start to use this library in my application?**  
A: Follow the [Get Started with Android Utils library](/docs/developers/sdks/utils-sdk/android/get-started-with-android-utils-library/) guide.