安卓学习笔记 -- (安装环境) Android Studio安装配置、环境搭建详细步骤及基本使用 Android Studio和SDK官方开发工具下载 Android Studio教程从入门到精通 Android开发-之第一个程序:HelloWorld!

1、下载Android Studio安装配置、环境搭建详细步骤及基本使用   

https://www.cnblogs.com/yanglh6-jyx/p/Android_AS_Configuration.html

https://blog.csdn.net/k491022087/article/details/72934862

https://blog.csdn.net/qq_33850438/article/details/52424505

https://blog.csdn.net/qq_32507527/article/details/63684287

https://www.cnblogs.com/yanglh6-jyx/p/Android_AS_Configuration.html#_label2

https://www.cnblogs.com/xdp-gacl/p/4322165.html  (好像下载Android studio  含有sdk  的版本  sdk就已经下载好了 不用再下了)

https://blog.csdn.net/cl18652469346/article/details/56489555

https://blog.csdn.net/qq_34584049/article/details/78259191

eclipse+ADT+SDK

扫描二维码关注公众号,回复: 4002777 查看本文章

https://www.cnblogs.com/xdp-gacl/p/4322165.html

Android Studio和SDK官方开发工具下载

https://www.cnblogs.com/uumiss/articles/6767310.html

Android studio(AS)配置sdk、jdk路径

https://blog.csdn.net/qq_26650589/article/details/53886117

Android Studio设置或修改Android SDK路径

https://blog.csdn.net/wejfoasdbsdg/article/details/54579289

SDK环境变量配置:

https://blog.csdn.net/sinat_41661615/article/details/79730340

https://blog.csdn.net/Rflyee/article/details/8973529

https://jingyan.baidu.com/article/215817f79708c91eda14238a.html

https://jingyan.baidu.com/article/48b558e31fb9867f38c09a8f.html

Android Studio安装和一些基础设置

https://blog.csdn.net/qq_34584049/article/details/78259191

http://www.cnblogs.com/liuhongfeng/archive/2015/12/30/5084896.html

下载Android Studio地址:

http://tools.android-studio.org/index.php 

http://www.android-studio.org/

https://developer.android.google.cn/studio/

http://www.android-studio.org/index.php/download

网址:http://www.android-studio.org/index.php/download/hisversion

安装教程: http://www.cnblogs.com/liuhongfeng/archive/2015/12/30/5084896.html

Android Studio教程从入门到精通

https://www.cnblogs.com/laughingQing/p/5848425.html

https://www.cnblogs.com/laughingQing/p/5856943.html

Android开发-之第一个程序:HelloWorld!

https://www.cnblogs.com/xiao-chuan/p/6067162.html

https://blog.csdn.net/jsy1997/article/details/74905540/   android studio 第一个安卓程序 (感觉讲的不好)

LinearLayout(线性布局)

②weight属性详解:

这个时候就会有疑问了,怎么会这样,这比例是2:1吧,那么three去哪了?代码里面明明有 three的啊,还设置了3的,而1和2的比例也不对耶,1:2:3却变成了2:1:0,怎么会这样呢? 答:这里其实没那么简单的,还是需要我们计算的,网上给出的算法有几种,这里就给出笔者 觉得比较容易理解的一种: step 1:个个都是fill_parent,但是屏幕只有一个啦,那么1 - 3 = - 2 [1]  fill_parent step 2:依次比例是1/6,2/6,3/6 step 3:先到先得,先分给one,计算: 1 - 2([1]式得到的数) * (1/6) = 2/3 fill_parent 接着到two,计算: 1 - 2 * (2/6) = 1/3 fill_parent 最后到three,计算 1 - 2 * (3/6) = 0 fill_parent step 4:所以最后的结果是:one占了两份,two占了一份,three什么都木有 以上就是为什么three没有出现的原因了,或许大家看完还是有点蒙,没事,我们举多几个例子试试就知道了!

在android studio  中添加图片资源

初次使用Android Studio问题,Android Studio往项目中添加图片

Android studio2.0在app中设置背景图片及添加图片资源

https://ask.csdn.net/questions/253089

https://blog.csdn.net/dbc_121/article/details/79171061

 

在android studio 中将项目打包成apk文件:

https://blog.csdn.net/wyg1230/article/details/77529465/

https://www.cnblogs.com/jiuyi/p/6098589.html

https://jingyan.baidu.com/article/c843ea0bbfae3777931e4ac3.html

 

对android studio 的各部分的基本介绍:

https://blog.csdn.net/mm860659/article/details/77008435  (文件介绍 和一些对项目的常规操作)

猜你喜欢

转载自www.cnblogs.com/dream-it-possible/p/9460872.html