I had to modify the file build/core/combo/mac_version.mk
How can I upload you, or anyone with this changes ? where is the official github tree ?
Also I'm getting this error:
Checking build tools versions...
************************************************************
You are attempting to build with the incorrect version
of java.
Your version is: java version "1.8.0_60" Java SE Runtime Environment (build 1.8.0_60-b27) Java HotSpot 64-Bit Server VM (build 25.60-b23, mixed mode).
The required version is: "1.7.x"
Please follow the machine setup instructions at
https://source.android.com/source/initializing.html
************************************************************
build/core/main.mk:171: *** stop. Stop.
\e[0;31m#### make failed to build some targets (16 seconds) ####\e[00m
Android 6 and M where suppose to compile on OpenJDK or JDK 8
(05-23-2016, 11:44 AM)lvcargnini Wrote: I had to modify the file build/core/combo/mac_version.mk
How can I upload you, or anyone with this changes ? where is the official github tree ?
Also I'm getting this error:
Checking build tools versions...
************************************************************
You are attempting to build with the incorrect version
of java.
Your version is: java version "1.8.0_60" Java SE Runtime Environment (build 1.8.0_60-b27) Java HotSpot 64-Bit Server VM (build 25.60-b23, mixed mode).
The required version is: "1.7.x"
Please follow the machine setup instructions at
https://source.android.com/source/initializing.html
************************************************************
build/core/main.mk:171: *** stop. Stop.
\e[0;31m#### make failed to build some targets (16 seconds) ####\e[00m
Android 6 and M where suppose to compile on OpenJDK or JDK 8
It seems we need to add teh following :
export EXPERIMENTAL_USE_JAVA8=1
I'm trying to set this variable without too many success so far.