SanDiego版 - 我来问个Android, Java development的问题吧 |
|
|
|
|
|
t***o 发帖数: 1353 | 1 我来问个Android, Java development的问题吧?麻烦大拿指条道路。。。
我现在做一个Android project,没做过Java, 组里死老印非要用 RoboGuice,
Robolecric. 这个Robolectric的test不是在emulator 上跑的, 是在JVM里跑的。(操
作系统是 MAC)
1. ndroid 里 '/mnt/sdcard' 写程序时, 是通过 Environment.getExternalStorage
实现的, 这个diretory 在emulator 没有run 的情况下,是如果得到的?
试过ShadowEnvironment.getExternalStorage, 我看eclipse 显示它在 /var/folders/
0r/xoferosfof(这里是一堆乱数字)/android-cache. 可是, 里面没有我的xml file.
2. 另外, 知道RoboGuice, Robolectric的大拿给指点tutorial吧。。。 | s*********r 发帖数: 75 | 2 Under andriod sdk tools folder, there is a tool called mksdcard. I think you
can use this tool to create sdcard directory. | t***o 发帖数: 1353 | 3 Thank you
I do not have problem using sdcard. I can access folder, make subfolder,
read/write to that folder.
I just can not access that folder using Robolectric.
you
【在 s*********r 的大作中提到】 : Under andriod sdk tools folder, there is a tool called mksdcard. I think you : can use this tool to create sdcard directory.
|
|
|
|
|
|
|