I am new to Xamarin development and developing an app in Xamarin.forms using Visual Studio 2017 on Mac. I am testing my app using USB-Debugging/Genymotion on devices and also getting generated APK file at location: XYZ.Android/bin/debug/com.XYZ.XYZ-Signed.apk
The app crashes when I am trying to install it on other devices using the generated APK file at the above-mentioned location right after the Splash screen disappears?
In error reporting I am getting the error: "Unable to find application mono.android.platform.api level 27 or xamarin.android.platform" on Mi5a device
I have tried the solutions at URLs:
https://stackoverflow.com/questions/42243195/unable-to-find-application-mono-android-platform-apilevel-24-or-xamarin-android
https://stackoverflow.com/questions/37063507/unable-to-find-application-mono-android-platform-apilevel-23-or-xamarin-android?rq=1
https://stackoverflow.com/questions/48781713/xamarin-android-app-crashing?rq=1
So is it possible to share and install the app on other device using APK file generated in debug mode OR I need to create APK file in the release mode?
code: https://www.dropbox.com/s/525zce3ysoi56j6/FlashControl.zip?dl=0
Please Assist me for the right settings.
Thanks in advance.