我在OSX Mavericks机器上。我正在遵循http://source.android.com/source/building.html
中的步骤我按照建议创建了android.dmg磁盘映像“区分大小写并且记录了”。 $ sync repo成功了吗? 我做了初始化:
$ source build/envsetup.sh
得到了:
including device/samsung/maguro/vendorsetup.sh
including device/samsung/tuna/vendorsetup.sh
including device/ti/panda/vendorsetup.sh
including sdk/bash_completion/adb.bash
然后在我的WORKING_DIRECTORY中,我执行了命令并且无法继续进行。
$lunch
You're building on Darwin
Lunch menu... pick a combo:
1. full-eng
2. full_x86-eng
3. vbox_x86-eng
4. full_maguro-userdebug
5. full_tuna-userdebug
6. full_panda-eng
Which would you like? [full-eng]
-bash: cd: /Volumes/Disk: No such file or directory
-bash: cd: /Volumes/Disk: No such file or directory
-bash: cd: /Volumes/Disk: No such file or directory
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=4.0.1
TARGET_PRODUCT=full
TARGET_BUILD_VARIANT=eng
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a
HOST_ARCH=x86
HOST_OS=darwin
HOST_BUILD_TYPE=release
BUILD_ID=ITL41D
============================================
我不明白为什么它说“没有这样的文件或目录”,而我在那个磁盘空间里面?这里有什么问题?请帮忙。