Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用eclipse在我的电脑上显示保存在D://foldername//foldername//filename上的图像,以及如何从服务器显示它?当我从服务器访问数据时,图像也保存在服务器上
除非您正在运行一个提供对图像的公共访问的网络服务器,否则我认为您不能使用这样的路径从您的计算机显示图像。您需要将图像包含在应用程序内的assets或res/drawable文件夹中,或者通过 Web 服务器访问该图像,您可以使用此问题中描述的方法从应用程序内加载该图像。
assets
res/drawable