Câu hỏi được gắn thẻ «file-uri»

18
Chuyển đổi tệp: Uri thành Tệp trong Android
Cách dễ nhất để chuyển đổi từ a file: android.net.Urisang FileAndroid là gì? Đã thử những điều sau đây nhưng nó không hoạt động: final File file = new File(Environment.getExternalStorageDirectory(), "read.me"); Uri uri = Uri.fromFile(file); File auxFile = new File(uri.toString()); assertEquals(file.getAbsolutePath(), auxFile.getAbsolutePath());
401 android  file  uri  file-uri 

Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.