I was testing against 1.5.
I removed the "- overloadaggressively" and it worked.

Thanks for the help.


On Nov 6, 11:52 pm, fadden <fad...@android.com> wrote:
> On Nov 4, 8:37 am, GDroid <baron...@gmail.com> wrote:
>
> > Currently I've managed to build the correct build.xml file and run
> > ProGuard 4.4. However, every time I install my apk I get multiple
> > errors from the "dalvikvm" such as "Found field 'e' but sig is 'J' not
> > 'B'" or ".. sig is 'Lc' not '[c'" (Which has something to do with
> > arrays and enums).
>
> If these are static fields, I'm guessing you've run afoul of this:
>
>  http://code.google.com/p/android/issues/detail?id=2422
>
> In short, the VM spec allows you to have multiple fields with the same
> name but different types, but Dalvik was rejecting them.
>
> The fix should be in 2.0.  What version of the Android software are
> you testing against?
>
> ProGuard is very good about letting you configure specific things.
> Looking through the online manual, it looks like turning off "-
> overloadaggressively" may avoid this behavior.

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