[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 implementat

[android-developers] Proguard throws Error 1 with Loaders

2012-03-14 Thread Alex Curran
A while back I tried to create an implementation of CursorLoaders in my app, switching from managedQuery()s. I found that this resulted in my app failing to obfuscate when running it through ProGuard, returning with a dialog which references Error 1, but giving no other details. I surmised it w

[android-developers] Re: Creating step-by-step tutorial in app

2012-01-17 Thread Alex Curran
Having a look at the rest of the responses, this looks like it is probably a ViewPager with lots of ImageViews of screenshots. The ViewPager is found in the Android support libraries and there's plenty of source on the Android Developers website. The little circular things at the bottom can be

[android-developers] Dalvik error code 1 using ProGuard

2012-01-05 Thread Alex Curran
I'm trying to build my app ready for release but keep hitting the dreaded Dalvik error 1, and can't figure out why. I was hoping people here would be able to diagnose my problem! My app uses lots of libraries sort of daisy-chained into each other because some are dependent on others, and it loo