Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reference android.target.classpath not found

Tags:

android

build

ant

I'm working on an Ant script for an Android build, but am coming up against the error

Reference android.target.classpath not found

I can't find any information on what android.target.classpath is or where it is set. Does anyone know?

like image 580
Snowwire Avatar asked Jul 22 '11 07:07

Snowwire


1 Answers

With SDK revision 20, the new name of former android.target.classpath is project.target.class.path.

It must be really funny for Android engineers to break the build.xml API with every release.

like image 62
ge0rg Avatar answered Nov 15 '22 05:11

ge0rg