HttpUrlConnection getOutputStream have plroblem
问题 i make a android application and used for HttpUrlConnection, POST method, HoloEverywhere Library but i have problem... why happen to problem that i don't know... im think that getOutputStream() error because if used to getOutputStream() method show message " application unfortunately, * has stopped." and stopped application. main.java import java.io.BufferedOutputStream; import java.io.IOException; import java.io.OutputStream; import java.net.HttpURLConnection; import java.net.URL; import