当前位置: 首页 > 知识库问答 >
问题:

Android MapFragment运行时错误-找不到类“Maps.j.k”

方宏才
2023-03-14

我正在完全成功地使用SupportMapFragment。我一点问题都没有。

Could not find class 'maps.j.k', referenced from method maps.y.ae.a`
inflater.inflate(R.layout.fragment_map, container, false);
<fragment
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:map="http://schemas.android.com/apk/res-auto"
    android:id="@+id/map"
    android:name="com.google.android.gms.maps.SupportMapFragment"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_weight="1" />
Thread [<1> main] (Suspended)   
<VM does not provide monitor information>   
PhoneLayoutInflater(LayoutInflater).inflate(int, ViewGroup, boolean) line: 322  
MapsFragment.onCreateView(LayoutInflater, ViewGroup, Bundle) line: 90   
MapsFragment(Fragment).performCreateView(LayoutInflater, ViewGroup, Bundle) line: 1460  
FragmentManagerImpl.moveToState(Fragment, int, int, int, boolean) line: 911 
FragmentManagerImpl.moveToState(int, int, int, boolean) line: 1088  
BackStackRecord.run() line: 682 
FragmentManagerImpl.execPendingActions() line: 1444 
FragmentManagerImpl$1.run() line: 429   
FragmentActivity$1(Handler).handleCallback(Message) line: 587   
FragmentActivity$1(Handler).dispatchMessage(Message) line: 92   
Looper.loop() line: 150 
ActivityThread.main(String[]) line: 4277    
Method.invokeNative(Object, Object[], Class, Class[], Class, int, boolean) line: not available [native method]  
Method.invoke(Object, Object...) line: 507  
ZygoteInit$MethodAndArgsCaller.run() line: 839  
ZygoteInit.main(String[]) line: 597 
NativeStart.main(String[]) line: not available [native method]

My Fragment类(包含SupportMapFragment)

@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container,
    Bundle savedInstanceState) {
    super.onCreateView(inflater, container, savedInstanceState);

    View v = inflater.inflate(R.layout.fragment_maps, container, false);
    return v;
}

我在我的清单中拥有这里描述的所有所需权限。

这没有引起任何问题,但我很好奇这意味着什么。我没有找到任何答案

共有1个答案

黄弘盛
2023-03-14

这可能有助于解决无法实例化Android.gms.maps.MapFragment的故障

希望这些能帮上忙。:-)

 类似资料:
  • 当我使用Jikes rvm运行我的程序“genregex.class”时, 我得到运行时错误: 下面是我的代码 即使在我添加一行“import java.util.scanner;”我还是犯了这个错误。有线索吗?谢谢!

  • 我发现下面的讨论是:得到一个 “在$PATH中找不到可执行文件” 那解决了我的问题,但只是部分的。在我的最后一个命令中,我指定: 映像生成时没有任何错误或警告。但是,当我docker运行时,我现在得到以下错误: /bin/sh:1:/home/ubuntu/node-v0.10.16-linux-x64/bin/node:找不到 该目录包含在我的语句中。我还需要找什么?

  • 在运行java by Notepad++脚本之前,我在Win 7 Ultimate中仅使用文件名(例如和java程序)运行java by。 在使用Notepad++脚本并将Java更新到版本后,我只能通过Notepad++运行Java。我得到了 即使是我也可以在命令行中运行它 我只是好奇可能会有什么问题。

  • 问题内容: 我和安装: 然后,我按照https://helm.sh/docs/using_helm/中的说明进行操作: 我已经下载了https://get.helm.sh/helm-v2.13.1-linux-amd64.tar.gz 我跑了 $ tar -xzvf Downloads/helm-v2.13.1-linux-amd64.tar.gz linux-amd64/ linux-amd64

  • 问题内容: 我有一个Java项目,当从Eclipse中运行它时,它的运行情况很好。当我尝试将其导出到一个或创建.jar文件时,但是当我双击它以尝试运行该程序时,它给我一个错误,提示说 如前所述,我尝试导出到这两个JAR选项,并指定了main方法所在的正确类,当我查看文件中的实际文件时,一切似乎都井井有条-清单看起来像: 并且在文件夹中。有一个包含我的包名称的文件夹,其中包含所有.class文件,包

  • 我是一个初学者在使用Symfony和我有麻烦测试一个函数我刚刚建立,我有这个错误,当我运行php bin/phpUnit测试/控制器: Symfony\Component\Config\Exception\LoaderLoadException:从资源导入服务时,应在文件“C:\wamp64\www\Marketplace\src/Controller\MailController.php”中找到