Android studio getSlotFromBufferLocked: unknown buffer error

后端 未结 6 730
故里飘歌
故里飘歌 2020-11-27 16:11

I want to make a simple login and register app, so the user can create an account. (name, username, password) I use WAMP and a MYSQL database where I store the accounts.

6条回答
  •  旧时难觅i
    2020-11-27 16:27

    Edit:

    This was a bug in Android that was fixed in later versions of Marshmallow

    Original:

    I believe that this is Marshmallow specific. Are you using a Marshmallow device?

    I've noticed this error is printed out every time I switch between applications (doesn't matter which) or exit out of them, and when activities are destroyed.

    I've tried running the same apps on two Nexus 5s - one running Lollipop and the other Marshmallow, and these log prints only appeared on the Marshmallow version - with every app, not just the one I'm building.

    Not sure why this happens, but I opened a report here.

提交回复
热议问题