> For the complete documentation index, see [llms.txt](https://docs.accurascan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.accurascan.com/language/xamarin/android-setup/adding-permission-and-packages.md).

# Adding Permission & Packages

#### Add this below permissions into your Xamarin android project.

* Right click on project.Android -> Options -> Android Application -> Required permissions -> choose below permissions into that list.
  1. Camera
  2. ReadExternalStorage
  3. WriteExternalStorage
  4. RecordAudio

#### Add following NewGet packages into project.Android app.

* Go to project.Android -> Packages -> right click on packages -> Manage NewGet packages.
  1. GoogleGson
  2. Karamunting.AndroidX.BumpTech.Glide
  3. Microsoft.ML.Vision
  4. Square.OkHttp3
  5. Xamarin.Android.Support.Constraint.Layout
  6. Xamarin.AndroidX.AppCompat
  7. Xamarin.AndroidX.ConstraintLayout
  8. Xamarin.AndroidX.ConstraintLayout.Solver
  9. Xamarin.AndroidX.Core
  10. Xamarin.AndroidX.Lifecycle.LiveData
  11. Xamarin.GooglePlayServices.MLKit.FaceDetection
  12. Xamarin.GooglePlayServices.MLKit.Text.Recognition
  13. Xamarin.GooglePlayServices.Vision
  14. Xamarin.GooglePlayServices.Vision.Common
  15. Xamarin.RootBeer
  16. Xamarin.AndroidX.ConstraintLayout.Solver


---

# 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://docs.accurascan.com/language/xamarin/android-setup/adding-permission-and-packages.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.
