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.
我正在创建一个从网络加载图像的应用程序。我有互联网权限和访问网络状态权限,但我得到无法打开文件错误。我在指定文件时使用的是绝对路径,即\\192.168.1.100\d\.folder\image.jpg。
这是可能的还是我需要先做些什么?
UNC 路径(形式为 \\\ 默认情况下在 Android 上不起作用:Android 本身不支持这些类型的引用 (CIFS)。您应该使用 HTTP 和提供支持的工具包之一(如Volley)或看看像JCIFS这样的库。