<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gradle &#8211; 张三太爷</title>
	<atom:link href="https://www.somedoc.net/tag/gradle/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.somedoc.net</link>
	<description>看前面，黑洞洞</description>
	<lastBuildDate>Wed, 29 Jul 2020 08:38:58 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.1</generator>

<image>
	<url>https://www.somedoc.net/wp-content/uploads/2016/12/cropped-dandycheung-1-32x32.jpg</url>
	<title>gradle &#8211; 张三太爷</title>
	<link>https://www.somedoc.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Android Studio 使用 gradle 编译时 fabric 的下载问题</title>
		<link>https://www.somedoc.net/2020/07/29/android-studio-%e4%bd%bf%e7%94%a8-gradle-%e7%bc%96%e8%af%91%e7%9a%84%e4%b8%8b%e8%bd%bd%e9%97%ae%e9%a2%98/</link>
					<comments>https://www.somedoc.net/2020/07/29/android-studio-%e4%bd%bf%e7%94%a8-gradle-%e7%bc%96%e8%af%91%e7%9a%84%e4%b8%8b%e8%bd%bd%e9%97%ae%e9%a2%98/#respond</comments>
		
		<dc:creator><![CDATA[张三太爷]]></dc:creator>
		<pubDate>Wed, 29 Jul 2020 08:21:59 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[问题解决]]></category>
		<category><![CDATA[gradle]]></category>
		<guid isPermaLink="false">https://www.somedoc.net/?p=4577</guid>

					<description><![CDATA[在项目的 build.gradle 中，repositori <a href="https://www.somedoc.net/2020/07/29/android-studio-%e4%bd%bf%e7%94%a8-gradle-%e7%bc%96%e8%af%91%e7%9a%84%e4%b8%8b%e8%bd%bd%e9%97%ae%e9%a2%98/" class="more-link">[&#8230;]</a>]]></description>
										<content:encoded><![CDATA[<p>在项目的 <code>build.gradle</code> 中，<code>repositories</code> 或者 <code>buildscript/repositories</code> 节点下通常会用 <code>maven</code> 写明 <code>io.fabric.tools:gradle</code> 等插件/依赖要从哪儿下载。如果只有一个 <code>https://maven.fabric.io/public</code>，恐怕就会像老夫今天一样痛苦，两个小时也下载不下来一个不到 9MB 的 gradle-1.28.jar 的包来。</p>
<p>在浏览器里直接用 URL 下载，也会是相同的命运，会收到对端的 server 将 connection 已经 reset 的信息。没什么好办法，能做的就是新增一条 <code>maven</code> 记录，指到 <code>http://maven.aliyun.com/nexus/content/groups/public/</code>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.somedoc.net/2020/07/29/android-studio-%e4%bd%bf%e7%94%a8-gradle-%e7%bc%96%e8%af%91%e7%9a%84%e4%b8%8b%e8%bd%bd%e9%97%ae%e9%a2%98/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
