Android SDK tools revision 12 has problem with Proguard => error conversion to Dalvik format failed with error 1 -



Android SDK tools revision 12 has problem with Proguard => error conversion to Dalvik format failed with error 1 -

this question has reply here:

android: getting error: conversion dalvik format failed 11 answers

i have updated android sdk tools revision 12, application can't exported previous proguard setting. received "conversion dalvik format failed error 1", library utilize "jcifs". have tried cleaning , rebuilding, create new project, , reassembling , believe have done can read in internet. new bug new sdk? suggest don't update time beingness if project utilize proguard.

update 1: tried export simple hello application proguard set, still same message. looks broken version of sdk tool.

update 2: have delete whole tools folder in sdk directory , re-create backup of sdk tools revision 11 it. @ to the lowest degree can go work , export proguard works again. hope info helps whoever in same situation. still have no thought going on though, hope can shed lite on annoying issue.

update 3: have reported issue bug here: http://code.google.com/p/android/issues/detail?id=18359 hope takes @ issue, until advised remain out of version if using proguard in development.

the problem caused proguard command line in r12 in file [android sdk installation directory]\tools\proguard\bin\proguard.bat. edit next line solve problem.

change

call %java_exe% -jar "%proguard_home%"\lib\proguard.jar %*

to

call %java_exe% -jar "%proguard_home%"\lib\proguard.jar %1 %2 %3 %4 %5 %6 %7 %8 %9

android android-2.2-froyo

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -