- Home /
About www.error!
WWW www=new WWW("http://android.yesky.com/uploads/attachments/2010-04/27/0370b86j.jpg");
yield return www;
if (www.error != null)
{
Debug.Log (www.error);
return false;
}
picture.guiTexture.texture=www.texture;
This codes play in Gamewindow no problem.But build on android www.error
Comment
java.net.$$anonymous$$HostException:Host is unresolved:android.yesky.com:80
It play on pc or on web no problem.
I formatted the code since you were too lazy to do it yourself.
Thank you very much!I will learn to do it by myself next time. Can you help me about this question?The www.error is java.net.$$anonymous$$HostException:Host is unresolved:android.yesky.com:80. It's for Android device. Please!I have been troubled for a long time.
Answer by Tommynator · Sep 23, 2011 at 03:07 AM
Did you check the Stackoverflow answer on that problem here?
Apparently recreating the AVD fixes the issue.. didn't test it myself though.