android 编译问题 java 版本不对
2009-10-04 09:36
编译最新的android code 出现版本不对的错误
You are attempting to build with the incorrect version of java. Your version is: java version "1.6.0_10". The correct version is: 1.5. Please follow the machine setup instructions at http://source.android.com/download 解决问题如下
|