> 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.md).

# Android Setup

* Step: 1
  * Add below two projects into app. -> Right click on main app -> Add -> Existing project.
  * AccuraAndroidBinding.csproj
  * AccuraAndroidFinalBinding.csproj
* Step: 2
  * Add both projects into your project.Android as reference project.
  * Go to project.Android -> References -> right click -> Add reference -> select both projects -> tap on Add button.
* Step: 3
  * Add accura service file into your project.Android directory. Right click on project.Android -> Add -> Existing file -> Choose bellow file.
  * AccuraScanService.cs
