I get this error "Target host must not be null, or set in parameters". My manifest file has internet permission set, and I have put 'http://' before my Url. It still gives the same error. My URL does not have a 'www.' attached to it.
Part of my Code:
HttpPost post = new HttpPost("http://infocreation.something_something1.xml");
Part of my manifest is like below:
<uses-permission android:name="android.permission.INTERNET/>
What do I do now?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…