public class Utils {
public static List<Message> getMessages() {
//File file = new File("file:///android_asset/helloworld.txt");
AssetManager assetManager = getAssets();
InputStream ims = assetManager.open("helloworld.txt");
}
}
Run Code Online (Sandbox Code Playgroud)
我正在使用此代码尝试从资产中读取文件.我尝试了两种方法来做到这一点.首先,当File我收到使用FileNotFoundException时,使用AssetManager getAssets()方法时无法识别.这里有解决方案吗?
新的Android和工作在喜欢的应用这
在结束了这个问题java.io.FileNotFoundException: /document/86: open failed: ENOENT (No such file or directory)
现在我的工作的解决方案,“那如何使用 ContentResolver的和openInputStream() ”谁能帮助我如何做到这一点,请