============问题描述============


模拟器是genymotion
eclipse DDMS File Explorer不能展开sdcard文件夹

权限都是rwx的,但eclipse DDMS File Explorer 不能展开sdcard文件夹,但,用RE Explorer却能打开

eclipse DDMS File Explorer不能展开sdcard文件夹

eclipse DDMS File Explorer不能展开sdcard文件夹

命令行成功查阅sdcard内部

eclipse DDMS File Explorer不能展开sdcard文件夹

不想用实机测,打Log都会不断跑然后很快消失,但SDK的模拟器却启动超慢而且超卡

于是用了genymotion模拟器,发觉启动的反应都很快,暂时就发现这个问题,要是不能解决,不知道是不是可以有其他东西可以替代DDMS或者File Explorer呢?

============解决方案1============


应该是因为File Explorer没有sdcard文件夹读取权限的关系,在命令上中以管理员身份输入chmod 777 /mnt/sdcard就能在File Explorer中看到文件了。

相关文章:

  • 2021-10-01
  • 2021-10-07
  • 2021-08-14
  • 2021-05-29
  • 2021-07-02
  • 2021-07-08
  • 2022-02-24
  • 2021-09-20
猜你喜欢
  • 2021-10-18
  • 2021-04-02
  • 2022-02-04
  • 2022-12-23
  • 2021-12-10
  • 2021-04-04
相关资源
相似解决方案