Can you build an Android Lbrary .aar from Xamarin android project.

565
1
09-29-2020 11:13 AM
JayBowman
New Contributor II

I have a simple Xamarin Android map activity that has navigation and rerouting. What I need to do is create an Android library .aar file from this project to include it in another android project. My parent app is actually a Cordova Hybrid application and I have a plugin that will call an activity on an android library passing in a destination location.

Or would it be better to just have the map navigation program separate from the Hybrid app and call it the same as you would any other external app.  

0 Kudos
1 Reply
dotMorten_esri
Esri Notable Contributor

Might be better to use the Android native runtime instead of the .NET version? ArcGIS Runtime SDK for Android (latest) | ArcGIS for Developers 

0 Kudos