日期:2014-05-16  浏览次数:20547 次

Linux 下的ADT 权限问题
用linux下的ADT学Android,运行时出现 could not create temp file for system NAND disk image: Permission denied
搜索后解决办法:
Root cuase: avd related files are stored in /tmp/android, but you may do not
                  have permission to operate it.
      Solution: chmod 777 /tmp/android

      If you successfully build it, you can create AVD and lunch emulator in the following
      dir:
         $ source_code_dir/out/host/linux-x86/sdk/android-sdk_eng.yourname_linux-x86/tools