|
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - <link rel="stylesheet" href="../gitbook/style.css"> |
| 21 | + <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/flutterchina/flutter-in-action/_book/gitbook/style.css"> |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - <link rel="stylesheet" href="../gitbook/gitbook-plugin-search-pro/search.css"> |
| 26 | + <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/flutterchina/flutter-in-action/_book/gitbook/gitbook-plugin-search-pro/search.css"> |
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - <link rel="stylesheet" href="../gitbook/gitbook-plugin-ace/ace.css"> |
| 30 | + <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/flutterchina/flutter-in-action/_book/gitbook/gitbook-plugin-ace/ace.css"> |
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - <link rel="stylesheet" href="../gitbook/gitbook-plugin-splitter/splitter.css"> |
| 34 | + <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/flutterchina/flutter-in-action/_book/gitbook/gitbook-plugin-splitter/splitter.css"> |
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 |
| - <link rel="stylesheet" href="../gitbook/gitbook-plugin-toggle-chapters/toggle.css"> |
| 38 | + <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/flutterchina/flutter-in-action/_book/gitbook/gitbook-plugin-toggle-chapters/toggle.css"> |
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - <link rel="stylesheet" href="../gitbook/gitbook-plugin-prism/prism.css"> |
| 42 | + <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/flutterchina/flutter-in-action/_book/gitbook/gitbook-plugin-prism/prism.css"> |
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 |
| - <link rel="stylesheet" href="../gitbook/gitbook-plugin-donate/plugin.css"> |
| 46 | + <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/flutterchina/flutter-in-action/_book/gitbook/gitbook-plugin-donate/plugin.css"> |
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 |
| - <link rel="stylesheet" href="../gitbook/gitbook-plugin-fontsettings/website.css"> |
| 50 | + <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/flutterchina/flutter-in-action/_book/gitbook/gitbook-plugin-fontsettings/website.css"> |
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
|
75 | 75 | <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
76 | 76 | <meta name="apple-mobile-web-app-capable" content="yes">
|
77 | 77 | <meta name="apple-mobile-web-app-status-bar-style" content="black">
|
78 |
| - <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../gitbook/images/apple-touch-icon-precomposed-152.png"> |
79 |
| - <link rel="shortcut icon" href="../gitbook/images/favicon.ico" type="image/x-icon"> |
| 78 | + <link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://cdn.jsdelivr.net/gh/flutterchina/flutter-in-action/_book/gitbook/images/apple-touch-icon-precomposed-152.png"> |
| 79 | + <link rel="shortcut icon" href="https://cdn.jsdelivr.net/gh/flutterchina/flutter-in-action/_book/gitbook/images/favicon.ico" type="image/x-icon"> |
80 | 80 |
|
81 | 81 |
|
82 | 82 | <link rel="next" href="dart.html" />
|
@@ -1438,12 +1438,12 @@ <h1 id="常见配置问题">常见औ
|
1438 | 1438 | <h2 id="android-studio问题">Android Studio问题</h2>
|
1439 | 1439 | <h4 id="缺少依赖库问题">缺少依赖库问题</h4>
|
1440 | 1440 | <p>上手安卓最常遇见的问题之一,错误如下图所示,此时点击超链接即可自动跳转到安装页面</p>
|
1441 |
| -<p><img src="../imgs/install_platforms_err.png" alt="install_platforms_err.png"></p> |
| 1441 | +<p><img src="https://cdn.jsdelivr.net/gh/flutterchina/flutter-in-action/docs/imgs/install_platforms_err.png" alt="install_platforms_err.png"></p> |
1442 | 1442 | <p>安装之后重新运行即可。</p>
|
1443 |
| -<p><img src="../imgs/install_request_components.png" alt="install_request_components.png"></p> |
| 1443 | +<p><img src="https://cdn.jsdelivr.net/gh/flutterchina/flutter-in-action/docs/imgs/install_request_components.png" alt="install_request_components.png"></p> |
1444 | 1444 | <h4 id="连接不上android-repository">连接不上Android Repository</h4>
|
1445 | 1445 | <p>这也是最常见的问题之一,当你发现自己无法下载部分依赖的时候,请优先考虑这种情况。进入 <code>File</code> -> <code>Settings</code> -> <code>Appearance & Behavior</code> -> <code>System Settings</code> -> <code>Android SDK</code> -> <code>SDK Update Sites</code> 列表,可以看到此时的 <code>Android Repository</code> 无法连接。</p>
|
1446 |
| -<p><img src="../imgs/dl_google_err.png" alt="dl_google_err.png"></p> |
| 1446 | +<p><img src="https://cdn.jsdelivr.net/gh/flutterchina/flutter-in-action/docs/imgs/dl_google_err.png" alt="dl_google_err.png"></p> |
1447 | 1447 | <p>解决方法如下:</p>
|
1448 | 1448 | <ol>
|
1449 | 1449 | <li>进入 <code>C:\windows\system32\drivers\etc\</code> </li>
|
@@ -1528,51 +1528,51 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
|
1528 | 1528 |
|
1529 | 1529 |
|
1530 | 1530 |
|
1531 |
| - <script src="../gitbook/gitbook.js"></script> |
1532 |
| - <script src="../gitbook/theme.js"></script> |
| 1531 | + <script src="https://cdn.jsdelivr.net/gh/flutterchina/flutter-in-action/_book/gitbook/gitbook.js"></script> |
| 1532 | + <script src="https://cdn.jsdelivr.net/gh/flutterchina/flutter-in-action/_book/gitbook/theme.js"></script> |
1533 | 1533 |
|
1534 | 1534 |
|
1535 |
| - <script src="../gitbook/gitbook-plugin-search-pro/jquery.mark.min.js"></script> |
| 1535 | + <script src="https://cdn.jsdelivr.net/gh/flutterchina/flutter-in-action/_book/gitbook/gitbook-plugin-search-pro/jquery.mark.min.js"></script> |
1536 | 1536 |
|
1537 | 1537 |
|
1538 | 1538 |
|
1539 |
| - <script src="../gitbook/gitbook-plugin-search-pro/search.js"></script> |
| 1539 | + <script src="https://cdn.jsdelivr.net/gh/flutterchina/flutter-in-action/_book/gitbook/gitbook-plugin-search-pro/search.js"></script> |
1540 | 1540 |
|
1541 | 1541 |
|
1542 | 1542 |
|
1543 |
| - <script src="../gitbook/gitbook-plugin-ace/ace/ace.js"></script> |
| 1543 | + <script src="https://cdn.jsdelivr.net/gh/flutterchina/flutter-in-action/_book/gitbook/gitbook-plugin-ace/ace/ace.js"></script> |
1544 | 1544 |
|
1545 | 1545 |
|
1546 | 1546 |
|
1547 |
| - <script src="../gitbook/gitbook-plugin-ace/ace.js"></script> |
| 1547 | + <script src="https://cdn.jsdelivr.net/gh/flutterchina/flutter-in-action/_book/gitbook/gitbook-plugin-ace/ace.js"></script> |
1548 | 1548 |
|
1549 | 1549 |
|
1550 | 1550 |
|
1551 |
| - <script src="../gitbook/gitbook-plugin-splitter/splitter.js"></script> |
| 1551 | + <script src="https://cdn.jsdelivr.net/gh/flutterchina/flutter-in-action/_book/gitbook/gitbook-plugin-splitter/splitter.js"></script> |
1552 | 1552 |
|
1553 | 1553 |
|
1554 | 1554 |
|
1555 |
| - <script src="../gitbook/gitbook-plugin-toggle-chapters/toggle.js"></script> |
| 1555 | + <script src="https://cdn.jsdelivr.net/gh/flutterchina/flutter-in-action/_book/gitbook/gitbook-plugin-toggle-chapters/toggle.js"></script> |
1556 | 1556 |
|
1557 | 1557 |
|
1558 | 1558 |
|
1559 |
| - <script src="../gitbook/gitbook-plugin-donate/plugin.js"></script> |
| 1559 | + <script src="https://cdn.jsdelivr.net/gh/flutterchina/flutter-in-action/_book/gitbook/gitbook-plugin-donate/plugin.js"></script> |
1560 | 1560 |
|
1561 | 1561 |
|
1562 | 1562 |
|
1563 |
| - <script src="../gitbook/gitbook-plugin-lunr/lunr.min.js"></script> |
| 1563 | + <script src="https://cdn.jsdelivr.net/gh/flutterchina/flutter-in-action/_book/gitbook/gitbook-plugin-lunr/lunr.min.js"></script> |
1564 | 1564 |
|
1565 | 1565 |
|
1566 | 1566 |
|
1567 |
| - <script src="../gitbook/gitbook-plugin-lunr/search-lunr.js"></script> |
| 1567 | + <script src="https://cdn.jsdelivr.net/gh/flutterchina/flutter-in-action/_book/gitbook/gitbook-plugin-lunr/search-lunr.js"></script> |
1568 | 1568 |
|
1569 | 1569 |
|
1570 | 1570 |
|
1571 |
| - <script src="../gitbook/gitbook-plugin-sharing/buttons.js"></script> |
| 1571 | + <script src="https://cdn.jsdelivr.net/gh/flutterchina/flutter-in-action/_book/gitbook/gitbook-plugin-sharing/buttons.js"></script> |
1572 | 1572 |
|
1573 | 1573 |
|
1574 | 1574 |
|
1575 |
| - <script src="../gitbook/gitbook-plugin-fontsettings/fontsettings.js"></script> |
| 1575 | + <script src="https://cdn.jsdelivr.net/gh/flutterchina/flutter-in-action/_book/gitbook/gitbook-plugin-fontsettings/fontsettings.js"></script> |
1576 | 1576 |
|
1577 | 1577 |
|
1578 | 1578 |
|
|
0 commit comments