I am making an Android app using a tutorial, but I have an error at
import org.apache.commons.fileupload.MultipartStream;
ERROR:
import org.apache.commons.fileupload can't be resolved
I don’t understand how to import this. Is there any jar file in need with my eclipse?
Yes, you need the Apache Commons FileUpload jar. Get it here