Android Question Possible cause of the error "Could not reserve enough space".

I found that the error "Could not reserve enough space for 2097152" can occur if the project is located in a folder, the path to which contains names in Cyrillic.
In this case, MaxRamForDex=2048 is automatically assigned in the INI file.
After renaming the path to the Project (excluding Cyrillic), the error "2097152" disappeared.
 

DonManfred

Expert
Licensed User
Longtime User
try it without cyrillic names in path :D
 
Upvote 0
Top