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}"/-->