On Jan 5, 5:48 pm, Vincent <y.ikeda.asa...@gmail.com> wrote:
> Hi, I just download the latest Android SDK (r08) to useProguard.
> But, I get the following error when exporting apk.
>
>  Proguardreturned with error code 1. See console
>        You should check if you need to specify additional program
> jars.
>  Unexpected error while performing partial evaluation:
>    Class       = [com/google/ads/AFMAUtil]
>    Method      = [c([B[B)[B]
>    Exception   = [java.lang.ArrayIndexOutOfBoundsException] (-1)
>  java.lang.ArrayIndexOutOfBoundsException: -1
>
> When I remove the codes which call GoogleAdsensefunction, I don't
> get any error.
> If somebody know the way to fix this error, please help me out!
>
> Thanks in advance!!
use proguard option '-dontoptimize'.

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