标签: android retrofit retrofit2
第3行说它无法解决Create,这有什么问题?这应该有效。
private Uri filePath; File file = new File(filePath.getPath()); RequestBody rbody = RequestBody.create(MediaType.parse("image/*"), file);
答案 0 :(得分:0)
是的有效,在这种情况下我必须使用okhttp3。我正在使用okhttp 2