Thanks Mark
If it doesn't rain it pours
Now when I try to export the app  I get the following

[2012-01-25 11:41:43 - eeds] Proguard returned with error code 1. See console [2012-01-25 11:41:43 - eeds] java.io.IOException: Can't read [proguard.ClassPathEntry@15301ed8] (invalid entry CRC (expected 0x58ace69f but got 0x44f55a1)) [2012-01-25 11:41:43 - eeds] at proguard.InputReader.readInput(InputReader.java:230) [2012-01-25 11:41:43 - eeds] at proguard.InputReader.readInput(InputReader.java:200) [2012-01-25 11:41:43 - eeds] at proguard.InputReader.readInput(InputReader.java:178) [2012-01-25 11:41:43 - eeds] at proguard.InputReader.execute(InputReader.java:100) [2012-01-25 11:41:43 - eeds] at proguard.ProGuard.readInput(ProGuard.java:195) [2012-01-25 11:41:43 - eeds] at proguard.ProGuard.execute(ProGuard.java:78) [2012-01-25 11:41:43 - eeds] at proguard.ProGuard.main(ProGuard.java:499)


Any ideas what happened,  or how to fix ?

Thanks again


On 02/14/2012 11:00 AM, Mark Murphy wrote:
On Wed, Jan 25, 2012 at 10:36 AM, New Developer<secur...@isscp.com>  wrote:
If I run the app using Debug (eclipse and the debug.keystore)  all works
well
If I run the app using Export (publish keystore)   I get the following


D/StrictMode(26474): StrictMode policy violation; ~duration=142 ms:
android.os.StrictMode$StrictModeNetworkViolation: policy=20 violation=4
D/StrictMode(26474):     at
android.os.StrictMode$AndroidBlockGuardPolicy.onNetwork(StrictMode.java:1105)
D/StrictMode(26474):     at
java.net.InetAddress.lookupHostByName(InetAddress.java:391)
D/StrictMode(26474):     at
java.net.InetAddress.getAllByNameImpl(InetAddress.java:242)
D/StrictMode(26474):     at
java.net.InetAddress.getAllByName(InetAddress.java:220)
D/StrictMode(26474):     at
libcore.net.http.HttpConnection.<init>(HttpConnection.java:71)
D/StrictMode(26474):     at
libcore.net.http.HttpConnection.<init>(HttpConnection.java:50)
D/StrictMode(26474):     at
libcore.net.http.HttpConnection$Address.connect(HttpConnection.java:351)


What is causing this ?
You are doing network I/O on the main application thread.


--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to