Context:
I have a Xamarin Android project that calls a shared library (.so) and I'm using Live Player to run the app on my device.
Problem:
The app only runs fine sometimes. When it doesn't, I get no exception at Visual Studio and I only get a one-line exception from the Live Player on my phone as follows:
[LogEntry: Time=7/10/2018 4:42:26 PM -07:00, Level=Error, Title=Visualization Error, Message=No body on method System.Int32 TestMobileLib.LibFacade::getInt(System.UInt32) (NInterpretException)]
Attempts:
* I tried uninstalling the apk from my phone. It doesn't work all the time.
* I also tried renaming the Android application package name to make it look like a new app. Doesn't work all the time either
* Reinstalled the Live Player. No luck.
* Re-paired my phone. No luck.
* Tried it on a different device. Same random behavior.
* Restarted the machine. No luck
Any assistance is highly appreciated. Thanks.