update
[linguofeng.github.com.git] / _posts / 2013-10-04-android-studio-update.textile
blobc78b7de5a9646af27a67311e3551a90059f178f8
1 ---
2 layout: post
3 title: Android Studio Update
4 description: 解决Android Studio Update更新的问题
5 categories: [archive]
6 tags: [android]
7 ---
9 <section>
10     <h4>Fuck GFW</h4>
11 <pre>
12 You know!!!!
13 </pre>
15 <pre>
16 $ vim /Applications/Android\ Studio.app/bin/idea.vmoptions
17 </pre>
18 <pre>
19 -Djava.net.preferIPv4Stack=true
20 -Didea.updates.url=http://dl.google.com/android/studio/patches/updates.xml
21 -Didea.patches.url=http://dl.google.com/android/studio/patches/
22 </pre>
23 </section>
25 <p>see: http://blog.csdn.net/liugangnhm/article/details/10011831</p>