gpt4 book ai didi

android - 如何使用 SupportMapFragment 而不是 MapFragment

转载 作者:行者123 更新时间:2023-12-04 17:03:48 25 4
gpt4 key购买 nike

我正在使用 Xamarin 并且正在学习用于创建 Google map 应用程序的 SimpleMapDemo 示例代码。

声明了以下变量:
private MapFragment _mapFragment;
如何将此变量更改为 SupportMapFragment而不是 MapFragment ?

我收到此错误:

Error CS0246: The type or namespace name 'SupportMapFragment' could not be found (are you missing a using directive or an assembly reference?)



提前致谢

最佳答案

而不是声明

private MapFragment _mapFragment;


private SupportMapFragment _mapFragment;

还要确保
  • 您已导入 android.support.v4.app.Fragment
  • 您的 libs 文件夹和项目构建路径中有 android.support.v4.jar

  • 将 android.support.v4.jar 复制到项目内的 lib/文件夹中。

    现在选择该文件夹中的 jar 文件,右键单击 -> 构建路径 -> 添加到构建路径。

    关于android - 如何使用 SupportMapFragment 而不是 MapFragment,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23164971/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com