I have to upload 200mb pictures in the android project (around 4000 pictures). I need it to have everything in local in the app. I tried to put everything in the drawable folder. But it doesn't install the application telling me:
Unknown failure (at android.os.Binder.execTransact(Binder.java:752))
When I click on Binder.java:752 it takes me to this line:
checkParcel(this, code, reply, "Unreasonably large binder reply buffer");
So, I think, the problem is that I put everything in drawable. Does anyone have any clue about how can I figure out this riddle?