When I build a Android application on Ubuntu10.04, I met the following error.
"The Android Ant-based build system requires Ant 1.8.0 or later. Current version is 1.7.1"But the latest version of ant available in ubuntu10.04 is Ant 1.7.1. I have to get the latest version from http://ant.apache.org/, and install it manually.1. Download Ant Binary apache-ant-1.8.2-bin.tar.gz.2. Uncompress the downloaded file into a directory.3. mv the apache-ant-1.8.2-bin directory into /usr/share/ant to replace the old version ant.
"$ sudo mv apache-ant-1.8.2 /usr/share/ant"4. specify the JAVA_HOME variable to the java directory.
"$ export JAVA_HOME=/usr/lib/jvm/java-6-sun"V4l1 is no longer available in 2.6.38 kernel在CentOS上升级VLC至最新版本相关资讯 Ubuntu 10.04
- 经典Linux操作系统:Ubuntu 10.04 (10/07/2014 10:00:12)
- Ubuntu 10.04 发布第四个维护版本 (02/17/2012 10:44:50)
- Ubuntu 10.04比较好用的串口程序 (07/15/2011 06:51:40)
| - Ubuntu 10.04编译LTP (03/21/2013 21:05:34)
- Ubuntu 10.04.3 发布 (07/22/2011 06:57:31)
- Ubuntu 10.04下构建Nagios监控平台 (07/05/2011 06:46:48)
|
本文评论 查看全部评论 (0)