> For the complete documentation index, see [llms.txt](https://docs.apryse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apryse.com/android/get-started/faq/run-in-android-studio.md).

# How do I run Apryse sample projects in Android Studio?

Learn step by step how to to open and run Apryse sample projects in Android Studio.

1. First, be sure you have the latest version of Android Studio. You can [download the latest Android Studio version here](https://developer.android.com/studio/index.html). If you already have Android Studio, check for the latest stable version by clicking **Help > Check for Updates** (on Mac: **Android Studio > Check for Updates**).
2. [Download the Apryse Android SDK](https://pdftron.s3.amazonaws.com/downloads/PDFNetAndroid.zip) which contains the sample projects, along side the open source Tools library.
3. In the **Welcome to Android Studio** window, click **Import project (Gradle, Eclipse ADT, etc.)**.

![](https://226546913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0QItsdFBmuuL9ezHimHy%2Fuploads%2Fgit-blob-f0aefb44d5f5cbe539c98411ceff7d490efad1f6%2F75685002bc61cab1de70ab973824270f6483b1d8-780x487.png?alt=media)

1. Select the project folder containing the `settings.gradle` file and click **OK**.

* For CompleteReader:

![](https://226546913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0QItsdFBmuuL9ezHimHy%2Fuploads%2Fgit-blob-198769678693474bb52c52eda2203f810c497b8a%2F0ce1e89fe5ba6ac5a0e689b4a27f897ce058b933-425x522.png?alt=media)

* For MiscellaneousSamples:

![](https://226546913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0QItsdFBmuuL9ezHimHy%2Fuploads%2Fgit-blob-f66dd46e08795eac1d6bb9040495269fc9a7704d%2F05db73f5c32ee46fa53380de02a8f27ae4318f52-423x522.png?alt=media)

1. Run the project.

![](https://226546913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0QItsdFBmuuL9ezHimHy%2Fuploads%2Fgit-blob-3117f9f5983f338c681c3cb715333c3fad53530b%2F5dc9e79f6386c1714f5293fae791961ba0a24e33-494x37.png?alt=media)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.apryse.com/android/get-started/faq/run-in-android-studio.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
