-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. check out project
2. modify local.properties to point to correct android sdk location
3. execute ant debug
What is the expected output? What do you see instead?
expect build success msg
but see following instead:
BUILD FAILED
build.xml:160: The following error occurred while executing
this line:
build.xml:117: Reference jar.libs.ref not found.
What version of the product are you using? On what operating system?
android sdk tool r19, ant 1.8.2, windows 7 pro x64
Please provide any additional information below.
on line 117 of build.xml, instead of
<path refid="jar.libs.ref" />
use
<path refid="project.libraries.jars" />
to solve this problem
Original issue reported on code.google.com by yen...@gmail.com on 3 May 2012 at 5:44