make android system image meet a error which "java.io.tmpdir" also full space.but we know it was not real. the root case is /tmp size was smaller than which jdk require
as our develp studio
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 56G 31G 22G 60% /
from google or baidu you can get info like this
On Windows: java.io.tmpdir:[C:\DOCUME~1\joshua\LOCALS~1\Temp\]
On Solaris: java.io.tmpdir:[/var/tmp/]
On Linux: java.io.tmpdir: [/tmp]
On Mac OS X: java.io.tmpdir: [/tmp]
so we make a workaround is make a partiation as /tmp .it works.
/dev/sda8 184G 19G 156G 11% /tmp
BTW you need use chmod to change this special dir access .or it will no access.
if you have full time pls .find method to fix this issue by modify java etc file
阅读(2265) | 评论(0) | 转发(0) |