We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
报的具体错误如下: Fail to open file: /storage/emulated/0/ecit/drawingboard/resume.vg 已经加了如下权限:
<uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> <!-- 读写sdcard的权限 --> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
The text was updated successfully, but these errors were encountered:
是的,加读写权限
Sorry, something went wrong.
已经加了,但还是报这样的错误。 Sent from M9
-------- 原始邮件 -------- 发件人:Zhang Yungui notifications@github.com 时间:2014-4-26 23:14 收件人:touchvg/touchvg touchvg@noreply.github.com 抄送:hejunbinlan hejunbinzhuanglan@126.com 主题:Re: [touchvg] android 平台报“Fail to open file”错误 (#2)
Reply to this email directly or view it on GitHub: #2 (comment)
你是加下面的两个权限吗?
<uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
No branches or pull requests
报的具体错误如下:
Fail to open file: /storage/emulated/0/ecit/drawingboard/resume.vg
已经加了如下权限:
The text was updated successfully, but these errors were encountered: