Android 入坑之始

前言

本想使用H5Plus实现Android文件扫描,在实现功能后,发现扫描性能太慢,从而想改为多线程。
而H5Plus目前有两个问题点,无奈…只能自学Android了…

1.Native.js调用线程则会使页面卡死
2.使用web worker 又无法调用plus

初学之路

本人是参考w3cschool里面的内容开启学习之路…
粗略查看,发现文档是更新至2015年…而当前是2020年,还不知道里面有多少坑。
哈哈哈…不管了,入坑学习~

所有的入坑都是从安装工具开始

  1. 准备工具,Android Studio,android-studio-ide-191.6010548-windows.exe
  2. 开始安装…
    Android 入坑之始_第1张图片 Android 入坑之始_第2张图片
    Android 入坑之始_第3张图片Android 入坑之始_第4张图片
    Android 入坑之始_第5张图片Android 入坑之始_第6张图片
    至此,工具安装完毕…我们开始使用吧~
    Android 入坑之始_第7张图片
    嗯?导入Android Studio设置? 呃…没有,导啥…直接OK…
    Android 入坑之始_第8张图片
    Allow Google to collect anonymous usage data for Android Studio and its related tools-such as how you use features and resources,and how you configure plugins.this data helps improve android studio and is collected in accordance with google’s privacy policy
    允许Google收集Android Studio及其相关工具的匿名使用数据,如如何使用功能和资源,以及如何配置插件。这些数据有助于改进Android Studio,并根据Google的隐私政策进行收集。
    you can always change this behavior in settings | appearance & behavior | system settings | data sharing
    您始终可以在设置外观和行为系统设置数据共享中更改此行为。
    (⊙o⊙)…,选Don’t send
    Android 入坑之始_第9张图片
    点击 Cancel
    启动向导 WOW! 原来那是我以为安装完毕了~~ 尴尬~Android 入坑之始_第10张图片
    NextAndroid 入坑之始_第11张图片
    NextAndroid 入坑之始_第12张图片
    NextAndroid 入坑之始_第13张图片
    Finish
    等待下载安装完成…
    Android 入坑之始_第14张图片
    至此,所有的已经安装完毕,可以正式使用了。
    Android 入坑之始_第15张图片

你可能感兴趣的:(Android,Studio)