android 读取 raw 中的文件。
file.getParentFile().mkdir();
file.createNewFile();
InputStream inputStream = context.getResources().openRawResource(R.raw.gis);
file.getParentFile().mkdir();
file.createNewFile();
InputStream inputStream = context.getResources().openRawResource(R.raw.gis);
