Hi guys
I need to add a large file (1.1 gb) as an embeddded resource to use in my application (related to Offline Maps), everything ok but when i try to run debug, i am getting System.OutOfMemoryException of course related to the big file (if i remove it, problem goes away)
What settings do i have to change to be able to use large files in my emulator/VS (tested in Android)
Already tried Java Max Heap Size to 2GB