简体   繁体   中英

Build Android project on Eclipse with Ant

Anybody knows about this kind of build failure on build.xml ?

build.xml is genereated automatically by Eclipse.

BUILD FAILED E:\\EclipseWorkspace\\Launcher3\\build.xml:48: Class not found: javac1.8

build.xml:48 is as following.

    <javac debug="true" debuglevel="${debuglevel}" destdir="bin/classes" includeantruntime="false" source="${source}" target="${target}">

do you have a correctly installed and CONFIGURED jdk?

The message doesn't look so, as the compiler ( javac ) could not be found

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM