VisualStudio 2010でMonoDroidを使用しています。リリースモードでコンパイルすると、APKファイルが生成されません(コンパイル出力と一緒にBINフォルダーにある必要があります)。
以前はチャームのように機能していました。プロジェクトの構成やモノドロイドのインストールなどで何が変わったかを指摘できません。
私はちょうど3つの警告があります:
Found conflicts between different versions of the same dependent assembly. BCom.MAF.ViewModel
そして1つ:
Assembly generation -- The version '1.0.0.*' specified for the 'file version' is not in the normal 'major.minor.build.revision' format BCom.MAF.UI.Android
これは(驚くべき)問題でしょうか?
よろしくお願いします。