A/Looper: Could not create wake pipe. errno=24
问题 We're building an app that does a lot of animations and downloads a lot of images. After a certain amount of transactions (a predictable number), the app is crashing with the error: A/Looper: Could not create wake pipe. errno=24 We don't use Looper in our code, but a few of the libraries we use do use Looper: ActionBarSherlock: I don't think this is the culprit facebook: I don't think this is the culprit nineoldandroid: This animation library could be the culprit volley: This is probably not