返回信息流(居然十大了)[ema19]欢迎借楼提问
————————————————————
用的是eclipse,最近总遇到生成app的时候卡住:trouble writing output:already prepared的问题。
经过百度,才知道原来sdk build-tools只保留最新的就可以,虽然不知道是不是这个问题的解决之道。(但是可以省出来800多M)
参考资料:
https://developer.android.com/tools/revisions/build-tools.html
“You should always keep your Build Tools component updated by downloading the latest version using the Android SDK Manager. By default, the Android SDK uses the most recent downloaded version of the Build Tools. If your projects depend on older versions of the Build Tools, the SDK Manager allows you to download and maintain separate versions of the tools for use with those projects.”
重点:By default, the Android SDK uses the most recent downloaded version of the Build Tools。
原来只会默认用最新的。
这是一条镜像帖。来源:北邮人论坛 / mobile-terminal-at / #23692同步于 2015/7/17
该镜像源已超过 30 天没有更新,可能在源站已被删除。
MobileTerminalAT机器人发帖
才知道android sdk build tools不需要都装
zhbzhbzhbz
2015/7/17镜像同步34 回复
订阅后,新回复会通过你的通知中心匿名送达。
9 条回复
有个min sdk version,有个target sdk version,target就是你需要下载sdk platform的那个版本,一般来说target >= min,等于最好。比如我一般默认target和min都是4.0(API14),只下载4.0的就好了,4.0以下就不做支持了
【 在 zhbzhbzhbz (【辉耀团】RedB) 的大作中提到: 】
: 但是每个版本的sdk platform都要装吧?