I have just created a project in xamarin business in visual studio.I am able to build in debug mode.But in release mode it shows following below error.Because of this there is no apk generated in release mode.Please help in this. Any guidence is appreciated.
1> Processing: obj\Release\res\values\strings.xml
1> Processing: obj\Release\res\layout\main.xml
1> Processing: obj\Release\res\values\strings.xml
2>Starting deploy Lollypop ...
2>Deploying Lollypop ...
2>Build started.
2>C:\Program Files (x86)\Java\jdk1.7.0_71\bin\keytool.exe -list -alias androiddebugkey -storepass android -keypass android -keystore "C:\Users\star\AppData\Local\Xamarin\Mono for Android\debug.keystore"
2>C:\Program Files (x86)\Java\jdk1.7.0_71\bin\jarsigner.exe -keystore "C:\Users\star\AppData\Local\Xamarin\Mono for Android\debug.keystore" -storepass android -keypass android -digestalg SHA1 -sigalg md5withRSA -signedjar bin\Release\DemoProject.DemoProject-Signed-Unaligned.apk "c:\users\star\documents\visual studio 2015\Projects\DemoProject\DemoProject\obj\Release\android\bin\DemoProject.DemoProject.apk" androiddebugkey
2>No -tsa or -tsacert is provided and this jar is not timestamped. Without a timestamp, users may not be able to validate this jar after the signer certificate's expiration date (2046-02-23) or after any future revocation date.
2>C:\android-sdk-Win\build-tools\22.0.1\zipalign.exe 4 "c:\users\star\documents\visual studio 2015\Projects\DemoProject\DemoProject\bin\Release\DemoProject.DemoProject-Signed-Unaligned.apk" "bin\Release\DemoProject.DemoProject-Signed.apk"
2>:Deployment failed
2>Mono.AndroidTools.InstallFailedException: Failure [INSTALL_FAILED_NO_MATCHING_ABIS]
2> at Mono.AndroidTools.Internal.AdbOutputParsing.CheckInstallSuccess(String output, String packageName)
2> at Mono.AndroidTools.AndroidDevice.c__AnonStoreyD.<>m__0(Task1 t) 2> at System.Threading.Tasks.ContinuationTaskFromResultTask
1.InnerInvoke()
2> at System.Threading.Tasks.Task.Execute()
2>Deployment failed because of an internal error: Failure [INSTALL_FAILED_NO_MATCHING_ABIS]
2>InternalError
2>Build succeeded.
2>Deploy successfully on Lollypop
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
========== Deploy: 1 succeeded, 0 failed, 0 skipped ==========