Open jgsuess opened 6 years ago
All of this seems to lead to dx.jar
from the Android SDK. Is the SDK a prerequisite for the build? Which version?
It seems that the required package for Ubuntu is the Build Tools Installer. The file ends in /usr/share/java/dx.jar
.
@jgsuess can we close this? Do we need a documentation fix somewhere?
in
./com.ibm.wala.dalvik.test/build.xml:40
the propertyandroiddir
is sethowever, even if unset (i.e. no
ANDROID_HOME
), it is still referenced in l.68fetchDxJar
and called via dependency fromgetJars
leading to build failure: