0

I have successfully accessed images from my "XXAMP" server on my Windows machine to populate a gridview on an Android emulator, but am having no luck on my mac. Here is what works on my windows:

"http://10.0.2.2/helloGridView/imgs/sample_0.jpg",

and I tried this on mac (utilizing Sites folder):

"http://172.20.23.1/~verityt/helloGridView/imgs/sample_0.jpg",

Any help?

4

1 回答 1

0

使用与 windows 中相同的形式,但请注意,如果您在 mac 上使用“站点”文件夹,则 url 将采用不同的形式。例如,以下是在我的 Mac 上对我有用的方法:

http://10.0.2.2/~gmanish/noteit.web/controller/appcontroller.php

10.0.2.2 是本地主机环回地址。gmanish 是我的用户名。相对于我的根文件夹(/Users/gmanish/Sites),其他所有内容都存在于磁盘上。

于 2012-04-05T13:51:14.860 回答