Closed GoogleCodeExporter closed 8 years ago
Original comment by vineet.a...@3pillarglobal.com
on 19 Jul 2013 at 8:27
Hi,
This issue might be due to trageting new sdk in manifest.
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="16" />
You can fix it currently
StrictMode.ThreadPolicy policy = new StrictMode.ThreadPolicy.Builder().permitAll().build();
StrictMode.setThreadPolicy(policy);
We will fix it in next update.
Original comment by vineet.a...@3pillarglobal.com
on 19 Jul 2013 at 8:30
Original comment by vineet.a...@3pillarglobal.com
on 19 Jul 2013 at 8:32
Hi,
Thanks for the update. I'll test by adding the ThreadPolicy code
And Looking forward on the next update.
Original comment by dizy...@gmail.com
on 19 Jul 2013 at 8:47
We have fixed this issue to be release on Monday.
Original comment by vineet.a...@3pillarglobal.com
on 4 Oct 2013 at 12:13
Original issue reported on code.google.com by
vineet.a...@3pillarglobal.com
on 19 Jul 2013 at 8:27