I am facing a problem when I try to create new android project in eclipse adt plugin tools.
ERROR/EXCEPTION::
Errors occurred during the build.
Errors
Solved after changing a setting in eclipse.ini
. I am using OS X 10.11.4
and Eclipse Mars 4.5.2
.
Eclipse.app
in Finder.Show Package Contents
./Contents/Eclipse
. eclipse.ini
in your favorite text editor.change -vm path like below:
BEFORE: /Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/bin
AFTER: /Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/jre/bin
reopen Eclipse.