[android-developers] Re: Proguard throws Error 1 with Loaders

2012-03-25 Thread Bruce Rees
FWIW, I had a similar problem today.. a large application which has been working fine with Proguard for a long time started throwing the Dalvik error after I implemented CursorLoaders.. I was able to "fix" it by setting -optimizationpasses 2 in proguard.cfg, I don't know why this works, I tried

Re: [android-developers] Re: Proguard throws Error 1 with Loaders

2012-03-14 Thread Justin Anderson
I recently had an error with proguard after updating the Android SDK... I kept getting an "Error 1" issue as well. What fixed it for me was downloading the latest proguard binaries and replacing the ones that came with the Android SDK. Hopefully this helps for you as well... http://sourceforge.n

[android-developers] Re: Proguard throws Error 1 with Loaders

2012-03-14 Thread Alex Curran
There is an associated StackOverflow question here, which has more details but still no answer http://stackoverflow.com/questions/8762281/proguard-and-dalvik-error-code-1 On Wednesday, 14 March 2012 16:35:11 UTC, Alex Curran wrote: > > A while back I tried to create an implementation of CursorL