> For the complete documentation index, see [llms.txt](https://assetstore.snapchatkit.voxelbusters.com/tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://assetstore.snapchatkit.voxelbusters.com/tutorials/installation-troubleshooting.md).

# Installation Troubleshooting

## Android

#### Accept License Error

```
* What went wrong:
A problem occurred configuring project ':snap_kit_lib'.
> Failed to install the following Android SDK packages as some licences have not been accepted.
     platforms;android-27 Android SDK Platform 27
  To build this project, accept the SDK license agreements and install the missing components using the Android Studio SDK Manager.
  Alternatively, to transfer the license agreements from one workstation to another, see http://d.android.com/r/studio-ui/export-licenses.html
```

This happens when you don't accept licences when installing your build tools in Android SDK.

#### Solution

Execute the following commands based on the platform

| Platform | Command                                         |
| -------- | ----------------------------------------------- |
| OSX      | $ANDROID\_HOME/tools/bin/sdkmanager --licenses  |
| Windows  | %ANDROID\_HOME%/tools/bin/sdkmanager --licenses |

> ANDROID\_HOME is the path for android SDK.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://assetstore.snapchatkit.voxelbusters.com/tutorials/installation-troubleshooting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
