-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.RuntimeException: An error occured while executing doInBackground() #1006
Comments
This isn't Lottie related. Your app was running out of memory and Lottie happened to be the one thing that put it over the edge. |
My Code: import android.os.AsyncTask; import com.google.android.gms.maps.CameraUpdateFactory; import java.io.IOException; /**
class GetNearbyPlacesData extends AsyncTask<Object, String, String> {
} |
@AnkitKadam567 that is also unrelated to Lottie. |
what is the reason behind this? Why am I getting this error? |
found any solution yet??? |
java.lang.RuntimeException: An error occured while executing doInBackground()
Caused by: java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
The text was updated successfully, but these errors were encountered: