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://droiddudes.com/2010/03/22/nand-could-not-create-temp-file-for-system-nand-disk-image-permission-denied/

更多相关文章

  1. Android(安卓)- adb : logcat / shell / app_process & android.
  2. Android(安卓)monkey环境搭建及使用
  3. mac android(android studio)环境搭建配置详解
  4. Android防止过快点击造成多次事件执行(防止按钮重复点击)
  5. Dalvik虚拟机是如何执行程序的
  6. Android(安卓)Screen Monitor使用
  7. Android动画循环弹动cycleInterpolator
  8. myEclipse8.5集成svn android svn使用
  9. android 如何修改桌面默认图标的大小

随机推荐

  1. Android(安卓)自动化测试——Monkey测试
  2. 菜鸟学Android开发系列之:TextView属性补
  3. Android(安卓)Studio 使用 Gradle 打包 J
  4. android多分辨力支持 密度与分辨力
  5. Android(安卓)应用开发支持不同的语言国
  6. Android高手进阶教程(二)之----Android(
  7. android学习的过程
  8. mac上AndroidStudio自带的SDK manager 系
  9. android ContentResolver和ContentProvid
  10. Android简单、灵活、高效的图片裁剪框架