菜鸟教程小白 发表于 2022-12-12 11:32:15

android - 使用 RectangleF 时出现 Xamarin.forms 错误


                                            <p><p>我使用 Xamarin.forms 。请为我修复该错误。太感谢了 ! </p>

<pre><code> RectangleF imageRect = new RectangleF(0, 0, width, height);
</code></pre>

<p>严重性代码描述项目文件行抑制状态
错误 CS0433 类型“RectangleF”同时存在于“Mono.Android,版本=0.0.0.0,Culture=neutral,PublicKeyToken=84e04ff9cfb79065”和“Xamarin.iOS,版本=0.0.0.0,Culture=neutral,PublicKeyToken=84e04ff9cfb79065”MedlatecService C:\Users\Administrator\Documents\Visual Studio 2015\Projects\MedlatecService\MedlatecService\MedlatecService\Views\AskQuestion\AskQuestionPage.xaml.cs 128Activity </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>有趣的是,我也遇到了同样的问题。</p>

<p>我不知道它是怎么发生的,但不知怎的,我在我的 iOS 项目中添加了对 Mono.Android 的引用;因此错误。</p>

<p>我删除了引用,错误消失了。</p></p>
                                   
                                                <p style="font-size: 20px;">关于android - 使用 RectangleF 时出现 Xamarin.forms 错误,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/37630268/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/37630268/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: android - 使用 RectangleF 时出现 Xamarin.forms 错误