[android-developers] Network Violation Error

2012-02-14 Thread New Developer
Hi All 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

Re: [android-developers] Network Violation Error

2012-02-14 Thread Mark Murphy
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:

Re: [android-developers] Network Violation Error

2012-02-14 Thread New Developer
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

Re: [android-developers] Network Violation Error

2012-02-14 Thread Mark Murphy
That looks like output from the Eclipse console. If so, try cleaning the project (Project Clean from the main menu). On Wed, Jan 25, 2012 at 11:42 AM, New Developer secur...@isscp.com wrote: Thanks Mark If it doesn't rain it pours Now when I try to export the app  I get the following

Re: [android-developers] Network Violation Error

2012-02-14 Thread New Developer
Thanks I did that I still get the same error , even closed and reopen eclipse same thing On 02/14/2012 11:51 AM, Mark Murphy wrote: That looks like output from the Eclipse console. If so, try cleaning the project (Project Clean from the main menu). On Wed, Jan 25, 2012 at 11:42 AM,

Re: [android-developers] Network Violation Error

2012-02-14 Thread New Developer
I can't find anything similar on a google search, They have one that talks about a class, and thus the class is corrupt But my error does not have a class, so I don't know what is corrupt or not ? any ideas ? On 01/25/2012 11:56 AM, New Developer wrote: Thanks I did that I still get the

Re: [android-developers] Network Violation Error

2012-02-14 Thread Harri Smått
On Jan 25, 2012, at 9:27 PM, New Developer wrote: any ideas ? When I faced problems with ProGuard I had no idea what was causing them, I went to their sourceforge site, downloaded latest ProGuard package and replaced tools/proguard/bin and tools/proguard/lib directories within Android SDK with

Re: [android-developers] Network Violation Error

2012-02-14 Thread New Developer
Not working yet But at least with the new proguard It talks about can't read android-13.jar so I'll try re-download the android 13 SDK Thanks On 02/14/2012 02:51 PM, Harri Smått wrote: On Jan 25, 2012, at 9:27 PM, New Developer wrote: any ideas ? When I faced problems with ProGuard I had

Re: [android-developers] Network Violation Error

2012-02-14 Thread New Developer
That did it for me thanks to all On 01/25/2012 03:07 PM, New Developer wrote: Not working yet But at least with the new proguard It talks about can't read android-13.jar so I'll try re-download the android 13 SDK Thanks On 02/14/2012 02:51 PM, Harri Smått wrote: On Jan 25, 2012, at 9:27