Ambran
Resultados
1
preguntas formuladas por
Ambran
org.apache.http.entity.FileEntity está en desuso en Android 6 (Marshmallow)
3
respuestas
9
votos
vistas
Estoy actualizando una aplicación a API 23, que org.apache.httpestá en desuso. Mi código actual (obsoleto) se ve así: HttpClient httpClient = new DefaultHttpClient(); File file = new File(attr.Value); String url