Question
Question 1: What is the most common cause of error 1005 Android?
Asked by: USER8331
64 Viewed
60 Answers
Answer (60)
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.