When I compile my code in C# using Xamarin (mono for android), I see the following 5 files created in the bin/ directory.
- SolutionName.SolutionName.apk
- SolutionName.SolutionName-Signed.apk
- SolutionName.dll (Application extension)
- SolutionName.dll.mdb (Microsoft Access Database)
- SolutionName.pdb (Program Debug Database)
Could someone explain what these files mean and whether if it is possible to deploy my application manually (Without using Xamarin) using these files?
1 Answer