Android 设备上写入文件或 mkdir 时出现问题
我有一个 Android 应用程序,它在 SD 卡上写入一些 html 文件。
该应用程序在模拟器上运行得很好。
但是当我尝试在 OMAP Android 设备上运行相同的应用程序时,它无法在设备 sdcard 上写入文件或 mkdir。
我不知道这是怎么发生的。
我的 OMAP 设备在启动时使用 sdcard 作为文件系统,这就是为什么它不将 sdcard 作为外部存储设备,因此“android.permission.WRITE_EXTERNAL_STORAGE”不起作用。
现在请帮我解决这个问题。
I have a android application which is write some html files on the sdcard.
The application run on emulator very well.
But when I tried to run the same application on OMAP android device It can't write files or mkdir on the device sdcard.
I don't know how it happened.
My OMAP device use sdcard for file system at the boot time thats why it is not taking the sdcard as a external storage device so "android.permission.WRITE_EXTERNAL_STORAGE" doesn't works.
now please help me to solve this problem.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论