zed.0xff.me

Expecting class path separator ':' before '{' in argument number 1

1
2
BUILD FAILED
/path/to/add-proguard-release.xml:35: Expecting class path separator ':' before '{' in argument number 1

How to fix (method #1)

add following line to your default.properties file:

1
external.libs.dir=libs

How to fix (method #2)

edit add-proguard-release.xml and replace

1
<pathelement path="${external.libs.dir}"/>

with

1
<!--pathelement path="${external.libs.dir}"/-->
  1. Gravatar misslilia says:

    Hello. Since the last update i can't play anymore. I have a message about something wrong which has to close the program. My phone is a Huawei U8230. Please help me.....

Post a comment


(lesstile enabled - surround code blocks with ---)