|
1 | | -### Android Studio |
| 1 | +# 安装Android Studio |
2 | 2 |
|
3 | 3 | 作用:开发安卓APP,目前内部用于基于Flutter开发跨端APP |
4 | 4 |
|
5 | | -##### 1.下载地址 |
| 5 | +## 下载地址 |
6 | 6 |
|
7 | 7 | [Download Android Studio and SDK tools Android Developers](https://developer.android.google.cn/studio) |
8 | 8 |
|
9 | | -##### 2.安装及使用教程 |
| 9 | +## 安装及使用教程 |
10 | 10 |
|
11 | 11 | [Android Studio超详细安装教程 - 知乎](https://zhuanlan.zhihu.com/p/80051318) |
12 | 12 |
|
13 | 13 | [android studio安装教程,史上最详细(超多图)!!_piupiu78的博客-CSDN博客_android studio安装教程](https://blog.csdn.net/piupiu78/article/details/112170085) |
14 | 14 |
|
15 | | -##### 3.插件安装教程(我们目前只要求安装Flutter与Dart) |
| 15 | +## 插件安装教程(我们目前只要求安装Flutter与Dart) |
16 | 16 |
|
17 | 17 | [Android Studio如何安装插件-百度经验](https://jingyan.baidu.com/article/a24b33cdb5b39a58ff002b60.html) |
18 | 18 |
|
19 | 19 | [AndroidStudio手动安装插件 - TongMeng - 博客园](https://www.cnblogs.com/yjpjy/p/11525511.html) |
20 | 20 |
|
21 | | -##### 4.插件市场 |
| 21 | +## 插件市场 |
22 | 22 |
|
23 | 23 | [Plugins JetBrains](http://plugins.jetbrains.com/androidstudio) |
24 | 24 |
|
25 | | - |
26 | | - |
27 | | -### FLutter |
| 25 | +## FLutter插件 |
28 | 26 |
|
29 | 27 | 作用:Android Studio中Flutter插件的使用需要 |
30 | 28 |
|
31 | | -##### 1.下载地址及配置教程 |
| 29 | +### 下载地址及配置教程 |
32 | 30 |
|
33 | 31 | [起步:安装Flutter - Flutter中文网 ](https://flutterchina.club/get-started/install/) |
34 | 32 |
|
35 | 33 | [Flutter入门——安装与开发环境配置 - 知乎](https://zhuanlan.zhihu.com/p/110208018)的前两个部分 |
36 | 34 |
|
37 | | -##### 2.在Flutter命令行输入flutter doctor可能出现的问题的解决 |
| 35 | +### 在Flutter命令行输入flutter doctor可能出现的问题的解决 |
38 | 36 |
|
39 | | -2.1.Unable to 'pub upgrade' flutter tool |
| 37 | +1. Unable to 'pub upgrade' flutter tool |
40 | 38 |
|
41 | 39 | [Unable to 'pub upgrade' flutter tool. Retrying in five seconds_yangchenglangzi的博客-CSDN博客](https://blog.csdn.net/yangchenglangzi/article/details/89981488) |
42 | 40 |
|
43 | | -2.2.✗ Flutter plugin not installed; this adds Flutter specific functionality. |
| 41 | +2.✗ Flutter plugin not installed; this adds Flutter specific functionality. |
44 | 42 |
|
45 | 43 | ✗ Dart plugin not installed; this adds Dart specific functionality |
46 | 44 |
|
|
58 | 56 |
|
59 | 57 | [Android Studio (version 4.1) ✗ Flutter plugin not installed; this adds Flutter specific functiona... - 简书](https://www.jianshu.com/p/03201f4f69f6) |
60 | 58 |
|
61 | | -2.3卡在Running pub upgrade状态 |
| 59 | +3. 卡在Running pub upgrade状态 |
62 | 60 |
|
63 | 61 | [Flutter: Running pub upgrade.. Flutter Setup:Building flutter tool..._a1050762704的博客-CSDN博客](https://blog.csdn.net/a1050762704/article/details/106250840) |
64 | 62 |
|
65 | | -2.4这篇文章总结了作者在配置Flutter过程中遇到的所有问题,可以帮助你更准确的定位你的问题 |
| 63 | +4. 这篇文章总结了作者在配置Flutter过程中遇到的所有问题,可以帮助你更准确的定位你的问题 |
66 | 64 |
|
67 | 65 | [flutter 安装以及遇到的坑 - 简书](https://www.jianshu.com/p/4836bcbc8b38) |
0 commit comments