mac 搭建 Android 开发环境 +phonegap安装
mac 搭建 Android 开发环境phonegap安装下载
jdk
apache-ant-1.9.4-bin.tar
adt-bundle-mac-x86_64-20140321
解压到一个容易找的目录
cd ~
//创建一个 .bash_profile文件
touch .bash_profile
//编辑这个文件
open -e .bash_profile
//在编辑器中写入下面的路径(替换成自己对应的路径)
export PATH=${PATH}:/Users/por/Desktop/adt/sdk/platform-tools
export PATH=${PATH}:/Users/por/Desktop/adt/sdk/tools
export ANT_HOME=/Users/por/Desktop/ant
export PATH=${PATH}:${ANT_HOME}/bin
source .bash_profile
我就哈哈了 我也来看看 html5 app
页:
[1]