c# - Error trying to archive a Xamarin Android app that uses WindowsAzure.Storage 7.2.1 -
i unable archive xamarin android app uses windowsazure.storage 7.2.1. doing in visual studio. building, running, debugging , working fine, including accessing resources in cloud in azure blob storage.
however far cannot archiving/packaging release build work. apparently fails on compile warning "found conflicts between different versions of same dependent assembly", though pane shows archive errors not resizable , 3 lines high , clips majority of output. says "the archiving process has failed. please see errors section more details." little bit of output errors section shows matches same "found conflicts..." compile warning.
the first instance of warning in build output one, there around 20 of these lots of assemblies: consider app.config remapping of assembly "system.security.cryptography.algorithms, culture=neutral, publickeytoken=b03f5f7f11d50a3a" version "4.0.0.0" [] version "4.2.0.0" [c:\program files (x86)\reference assemblies\microsoft\framework\monoandroid\v1.0\facades\system.security.cryptography.algorithms.dll]
the warning visual studio shows says can double-click warning add binding redirects, tried , did not resolve issue (and doesn't resolve build warnings either).
i have these things installed: visual studio 2015, xamarin 4.2.0.719, xamarin.android 7.0.1.6, android 7.0 (api 24) sdk platform
a newer android sdk available (7.1.1 (api 25)) visual studio/xamarin doesn't seem recognize , can't select using 7.0 (api 24), , when modify targetframeworkversion in .csproj manually reverts v7.0. downloaded xamarin installer yesterday presumably have latest version of that.
i able archive debug build despite having same warnings, when tried install on android phone complained package corrupt. anyway assume should archiving , deploying release build.
how can archive/package xamarin android app uses windowsazure.storage?
Comments
Post a Comment