34 lines
1.2 KiB
Markdown
34 lines
1.2 KiB
Markdown
# 智能笔SDK使用说明文档
|
||
|
||
## 项目技术选型
|
||
|
||
Android Studio Bumblebee + AGP3.4.1 + Java 8
|
||
|
||
Android Studio版本
|
||
|
||

|
||
|
||
```
|
||
Android Studio Bumblebee | 2021.1.1 Patch 3
|
||
Build #AI-211.7628.21.2111.8309675, built on March 17, 2022
|
||
Runtime version: 11.0.11+9-b60-7590822 amd64
|
||
VM: OpenJDK 64-Bit Server VM by Oracle Corporation
|
||
Windows 10 10.0
|
||
GC: G1 Young Generation, G1 Old Generation
|
||
Memory: 1280M
|
||
Cores: 12
|
||
Registry: external.system.auto.import.disabled=true
|
||
Non-Bundled Plugins: com.wuyr.google_library_query (3.3), training (211.7442.38), GsonFormatPlus (1.6.1), com.mistamek.drawablepreview.drawable-preview (1.1.6), cn.yiiguxing.plugin.translate (3.5.4+203u212)
|
||
```
|
||
|
||
AGP版本
|
||
|
||

|
||
|
||
> 不使用高版本是因为sdk的AGP是3.4.1,升级编译问题很多,所以基于这个AGP,下调其他技术选型的版本,这意味着使用不了kotlin,viewBinding等。所以整个项目使用Java 8开发,不引入新特性
|
||
|
||
|
||
测试连接
|
||
测试连接
|
||
测试连接
|
||
测试连接 |