Question 1: What is the most common cause of error 1005 Andr

Responsive Ad Header

Question

Grade: Education Subject: Support
Question 1: What is the most common cause of error 1005 Android?
Asked by:
64 Viewed 60 Answers

Answer (60)

Best Answer
(357)
Error 1005 Android typically indicates a 'java.io.BroadCastException' which arises when a thread attempts to send a message to a receiver that is not ready to receive it. This often happens when a thread is blocked waiting for a resource that isn't available, or when a thread is trying to send a message to a thread that has already finished its operation.