gpt4 book ai didi

java - 如何在 android 中运行多个 HTTP 连接?

转载 作者:行者123 更新时间:2023-11-29 04:31:00 25 4
gpt4 key购买 nike

我有一个包含 id 的列表,我将在 URL 中使用它,以使用 HttpConnection 获取一些数据。我试图在循环中使用 AsyncTask,但这是个坏主意,因为我的程序崩溃了:

java.lang.OutOfMemoryError: Failed to allocate a 124606360 byte allocation with 16777216 free bytes and 103MB until OOM

如何正确地进行多个连接?

最佳答案

您可以尝试在您的 AndroidManifest.xml 中添加 android:largeHeap="true"

<application
android:allowBackup="true"
android:hardwareAccelerated="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:largeHeap="true"
android:supportsRtl="true"
android:theme="@style/AppTheme">

或者你可以尝试使用 Volley、Okhttp、Retrofit 等网络库

关于java - 如何在 android 中运行多个 HTTP 连接?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43782927/

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