Skip to content Skip to sidebar Skip to footer

SQLiteConnection Databases Leak When Running Emulator

I was running the emulator and received the following errors about memory leak. It was interesting that the leaking database seems to be of the Google gms instead of a user databas

Solution 1:

Open Settings - Apps - Google Play Services - MANAGE SPACE - CLEAR ALL DATA


Solution 2:

It's probably because you aren't using the disconnect() method of your GoogleApiClient

See here for more.


Post a Comment for "SQLiteConnection Databases Leak When Running Emulator"