Open GoogleCodeExporter opened 8 years ago
Looks like this is a bigger problem than just with Image in screen initialize.
If you try to set the Image of any component on android 3.0+, you will get that
error.
This is going to take some thought.
Original comment by IMPINC...@gmail.com
on 27 Jun 2013 at 12:55
Ouch. A quick and dirty quick fix is to set Strict Mode to off.
StrictMode.ThreadPolicy policy = new
StrictMode.ThreadPolicy.Builder().permitAll().build();
StrictMode.setThreadPolicy(policy);
But is not considered a good idea.
Original comment by phantomf...@gmail.com
on 28 Jun 2013 at 11:38
Original comment by bric...@gmail.com
on 12 Jul 2013 at 8:56
Original issue reported on code.google.com by
phantomf...@gmail.com
on 24 Jun 2013 at 8:09