gpt4 book ai didi

java - MapFragment - 应用程序可能在其主线程上做了太多工作

转载 作者:太空宇宙 更新时间:2023-11-04 13:32:47 24 4
gpt4 key购买 nike

我遇到了以下错误

Skipped 40 frames!  The application may be doing too much work on its main thread.

对此进行了研究...确保所有内容都尽可能使用 Runnables 在新线程中启动。但不断收到错误。我几乎评论了所有代码,并且当我开始新 Activity 时仍然得到它。然后我评论了我的第一个 Activity 中的这个 map fragment ,错误就消失了。 所以错误是由以下代码引起的:

<fragment xmlns:android="http://schemas.android.com/apk/res/android"
android:name="com.google.android.gms.maps.MapFragment"
android:id="@+id/map"
android:layout_width="match_parent"
android:layout_height="200dp"
/>

我从 Google Maps API for Android 文档中得到了这个...有点奇怪,它没有优化。我怎样才能确保错误消失?我可以延迟加载mapFragment吗?

一旦我打开 Activity 一次...并再次重新打开它,警告就会消失,因为它已经在内存中了..但我希望拥有尽可能最佳的优化应用程序。

为了避免混淆 setContentView 导致了延迟,因为 mapFragment 是在此函数中加载的。延迟会导致发出警告。我的问题:如何加快setContentView的速度,以便预先加载mapFragment或在 Activity 打开后加载mapFragment。

最佳答案

setContentView() slow with map fragment

这包含了答案。深藏在Google中,但找到了!

关于java - MapFragment - 应用程序可能在其主线程上做了太多工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32001738/

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