Since updating to the Android SDK r20 I am getting the following error when 
trying to build:

"Reference android.target.classpath not found."

The fragment of the build.xml that is failing is:
<javac source="${java.source}" target="${java.target}"
           debug="true" extdirs=""
           destdir="${native.classes.dir}"
           bootclasspathref="android.target.classpath"
           verbose="${verbose}">
      <src path="${src.dir}" />
      <include name="DifferentTouchInput.java"/>
      <include name="NativeView.java"/>
      <include name="EventBridge.java"/>
      <include name="Timer.java"/>
      <include name="InternalGPS.java"/>
      <include name="NonGPSSensors.java"/>
      <include name="KalmanFilter.java"/>
      <include name="Settings.java"/>
      <include name="SafeDestruct.java"/>
      <include name="InputListener.java"/>
      <include name="NativeInputListener.java"/>
    </javac>



I have looked on the Android Developers' Web site and in other places but 
can find no infomation on this variable. It seems to be completely 
undocumented. My question is what does the error message mean and what is 
bootclasspathref?

Thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to