首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

怎么在mac中创建android adb 环境

2012-08-11 
如何在mac中创建android adb 环境Create an environment variable (Optional)Open TerminalType cd ~ this

如何在mac中创建android adb 环境

Create an environment variable (Optional)

Open TerminalType cd ~ this will take you to your home directoryType touch .profile this will create a hidden file named profileType open -e .profile this will open the file you just created in TextEditIn the file, type export PATH=${PATH}:/pathToTheAndroidSdkFolder/android-sdk-mac_86/platform-toolsSave file, close TextEdit, Quit Terminal, and Relaunch TerminalNOTE: By creating an environment variable you won’t need to cd to the Android/tools folder every time you want to run ADB

热点排行