# Android SDK Overview

## Setting up Android SDK

Choose the integration method that best suits your target platforms:

- [AI-Assisted Integration](/developer/pushwoosh-sdk/android-sdk/ai-integration/) - use AI coding assistants to integrate and configure the Pushwoosh Android SDK

Or doing by yourself:

### Firebase Cloud Messaging (FCM)

Firebase Cloud Messaging is Google's recommended push notification service for Android applications.

To integrate FCM with Pushwoosh:

- [Quick start guide](/developer/pushwoosh-sdk/android-sdk/firebase-integration/quick-start/) - set up basic push notifications in minutes with quick and simple example
- [Basic integration guide](/developer/pushwoosh-sdk/android-sdk/firebase-integration/integrate-pushwoosh-android-sdk/) - detailed walkthrough with advanced options

### Huawei Mobile Services (HMS)
For Huawei devices without Google Play Services, integrate using Huawei Push Kit:

[Huawei Integration Guide](/developer/pushwoosh-sdk/android-sdk/huawei-integration/)

### Amazon Device Messaging (ADM)
For Amazon devices, use our Amazon Device Messaging integration:

[Amazon Integration Guide](/developer/pushwoosh-sdk/android-sdk/amazon/)

## Technical Documentation

[Android SDK API Reference](https://pushwoosh.github.io/pushwoosh-android-sdk/) — complete technical documentation covering all public classes, methods, and properties

## Live Updates

[Send Live Updates on Android](/developer/pushwoosh-sdk/android-sdk/live-updates/) - render ongoing, progress-style notifications for delivery, ride-hailing, and order tracking on Android 16+

## SDK Customization

[Learn how to customize Android SDK](/developer/pushwoosh-sdk/android-sdk/customizing-android-sdk-50/)

## Troubleshooting and FAQ

[Explore common issues and solutions](/developer/pushwoosh-sdk/android-sdk/android-faq/)

## Support and community

Have questions or problems with the Pushwoosh SDK? [Reach out to our support team!](/developer/pushwoosh-sdk/support-and-community/)

## References

<CardGrid>
  <LinkCard
    title="Android SDK API Reference"
    description="Complete technical documentation covering all public classes, methods, and properties."
    href="https://pushwoosh.github.io/pushwoosh-android-sdk/"
  />
  <LinkCard
    title="Android SDK Source Code"
    description="Browse the open-source Android SDK repository on GitHub."
    href="https://github.com/Pushwoosh/pushwoosh-android-sdk"
  />
  <LinkCard
    title="Android Demo Application"
    description="Sample app demonstrating Pushwoosh Android SDK integration."
    href="https://github.com/Pushwoosh/pushwoosh-android-sample"
  />
</CardGrid>