Chinaunix首页 | 论坛 | 博客
  • 博客访问: 15324535
  • 博文数量: 2005
  • 博客积分: 11986
  • 博客等级: 上将
  • 技术积分: 22535
  • 用 户 组: 普通用户
  • 注册时间: 2007-05-17 13:56
文章分类

全部博文(2005)

文章存档

2014年(2)

2013年(2)

2012年(16)

2011年(66)

2010年(368)

2009年(743)

2008年(491)

2007年(317)

分类: 嵌入式

2011-01-28 14:47:52

NAND: could not create temp file for system NAND disk image: Permission denied

If you find yourself running into this when trying to run your Android application through Eclipse, it means your user doesn’t have write and execute permissions on the “android” folder in your temp folder (e.g. /tmp/android). If you have multiple people developing on the same machine you could create a group that all developers belong to and give that group rights to that folder (chmod 774 /tmp/android) or just allow all users full access to that folder (chmod 777 /tmp/android).

执行 #chmod  777  /tmp/android  -R  即可

http://androidstudy.javaeye.com/blog/832556

阅读(3646) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~