0

我正在使用ubuntu 11.10 我已经初始化了 repo 并开始下载源代码以构建我自己的 rom但现在我的目录已满,所以我无法继续下载另一个源代码,请建议我如何将这些数据移动到我的外部硬盘驱动器

4

1 回答 1

0

When you install the SDK Bundle, simply install it to your external drive. It is not recommended to run the SDK off an external drive (you might see performance issues).

If you are trying to save space on your current install, just don't install very many Platform Versions (ie, the SDK for Gingerbread and ICS - just use 1 version).

Furthermore, the source code takes up a lot of space, if you aren't using it (to debug directly into source code via your IDE for instance) - you may not want to download that either.

Bottom line, I wouldn't try to run the SDK from an external drive, and instead, be selective on which components your download and install to save space.

The APIs and source code are installed in this dir, if you want to look around (you could copy the source out of here to your external drive to actually answer you initial question):

 ${ANDROID_HOME}/android/sdk/platforms
于 2013-02-08T14:24:23.447 回答