I am developing an android application in that I am using SQLite database for storing local data.
In simple query, it worked properly but when I'm using sub-query and joins I'm getting below exception:
E/CursorWindow(27359): Could not allocate CursorWindow '/data/data/com.example.demo/databases/db_demo.db' of size 2097152 due to error -12.
How to resolve this exception?