by
BENNYSNAKE
-
移动操作系统
-
2011-12-21 08:41:37 阅读(581) 回复(0)
搭建android开发环境
小弟机器是P6 550. 操作系统是AIX 6106-SP5
因为要装VAC9.0,装的时候报错说,需要bos.eim.adt 6.1.0.0 这个包,我塞入AIX 6106-SP5的盘,找到了这个包,安装的时候就报错。
说还需要krb5.toolkit.adt 1.2.0.0这个包。
请各位大大指导一下,该如何操作。
用smitty installp命令安装,提示installp: Device /dev/cd0 not ready for operation.Please insert media and press Enter to continue.这个如何解决。
Introduction
For the benifit of people new to Linux, I have written a generic
explaination of howto install software in Linux. Note that some
software may have specific installation proceedures, this HOWTO is not
a substitute for reading the offical installation documentation
This HOWTO covers the following topics:Compiling and installing software from sourceinstalling RPM's using the Redhat P...
installing software in Ubuntu
The title says this is for Ubuntu Linux, but a lot of these methods are
easily adaptable to other Debian-based distributions (Debian pure,
Knoppix, Mepis, Xandros, Libranet, etc.). That said, you may have to do
some actual adapting--most distros, for example, use su, not sudo.
Here are the main ways to install software in order of ease (easiest to hardest):
1. apt-ge...
Building and installing software Packages for Linux
[email=thegrendel@theriver.com]Mendel Cooper[/email]
---
http://personal.riverusers.com/~thegrendel/
v1.91, 27 July 1999
This is a comprehensive guide to building and installing "generic" UNIX software distributions under Linux. Additionally, there is some coverage of "rpm" and "deb" pre-packaged binaries.
1.
Introduction
2.
Unpacking the...
From veritas official document:
Note Only a superuser can install and uninstall the VERITAS File System.
VERITAS Installation Menu
VERITAS products distributed by VERITAS have an automated installation and licensing
procedure that lets you install packages using an Installation Menu, or invoke installation
scripts from the command line. Alternatively, you can install VxFS using the pkgadd
command...
installing the SDK
[color="#333333"]原文
本小节讲如何安装android开发包,设置你的开发环境。如果没有下载SDK包,可以通过下面的地址下载。
Download the SDK:
[color="#333333"]http://code.google.com/android/download.html
本节内容如下:
系统和软件需求
安装SDK
安装Eclipse插件(adt)
在Eclipse上开发android应用程序
在其他的IDE上开发android应用程序
Debugging
设备的Debug和Test设置
Debugging的小贴士
创...
Eclipse 3.4 (Ganymede) Eclipse 3.5 (Galileo)
1. 下载android SDK
android/download.html" target=_blank>http://code.google.com/android/download.html下载后直接解压就可以使用了。
为了在DOS控制台中直接使用SDK的工具,可以将SDK的目录添加到Windows的path环境变量中:
在桌...