3

This exception message has been reported widely, but it is never mentioned in any of Android's official documentations.

I do not have any code to show, because it is sporadic and so far I cannot find any patterns as to what causes it to happen.

rwong
  • 6,062
  • 1
  • 23
  • 51
  • 3
    I can't find that string or its parts in the Android source code. It looks like a complex resource is something with multiple possible values, like a state list. – Gabe Sechan Jul 03 '14 at 21:00
  • (I'm voting to close my own question. More information will be coming soon.) - **For those who have not yet updated the Android SDK and Eclipse ADT in the past week, do so NOW and [also pay attention to the latest news on this post (linked)](http://stackoverflow.com/questions/24437564/update-eclipse-with-android-development-tools-23).** – rwong Jul 04 '14 at 00:18

1 Answers1

3

I passed an array.resourceId instead of a drawable/resourceId and i got a similar error. I would check that.

yeahdixon
  • 6,647
  • 1
  • 41
  • 43