PeteBeat
PeteBeat

Reputation: 271

Error Message in console on running the app on emulator: WindowSurfaceColorBuffer

What does this error message mean?

setWindowSurfaceColorBuffer: bad color buffer handle 0

My app works fine and it does not seem to be affected by this message in console output in Eclipse. Is there some way that this message is affecting my app in producing best results?

Upvotes: 9

Views: 8017

Answers (3)

Aashar Wahla
Aashar Wahla

Reputation: 3305

I had exactly the same error. The best way to go is to wipe data from your emulator. This worked for me and hopefully will work for you too.

Upvotes: 0

Ola
Ola

Reputation: 3

I had similar situation but after much search, I progressed with the project and it still worked perfectly. So, I think you should just ignore it.

Upvotes: 0

eLL
eLL

Reputation: 11

I ran into this recently, it appears that it is a bug. All I did was restart my emulator and run the app again.

Upvotes: 1

Related Questions