Skip to content

Commit

Permalink
docs(blog): Replaced 'Foreword' with 'Background'
Browse files Browse the repository at this point in the history
  • Loading branch information
shumxin committed May 2, 2024
1 parent ad33997 commit aa70e49
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/_posts/2021-06-27-glide-resource-re-use-error.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ categories: android

## 问题描述

### 引言
### 背景

最近看了我司某产品的 Bugly 上的崩溃分析统计,注意到 `Canvas: trying to use a recycled bitmap android.graphics.Bitmap@e9a8c74` 异常有点醒目。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ date: 2021-08-13 23:56:40 +0800
categories: android
---

## 引言
## 背景

`Android Studio` 对于 `AOSP Native` 部分的代码支持还不够完善,比如不支持跳转,无法查看引用以及无法通过 `CTRL + F12` 查看代码结构,给代码阅读造成了极大的不便。查看了谷歌[官方文档](https://android.googlesource.com/platform/build/soong/+/refs/heads/master/docs/clion.md),了解到可以通过配置 `CMakeLists.txt` 导入到 `CLion` 来进行阅读 `Native` 部分代码。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ date: 2024-04-05 20:15:45 +0800
categories: android
---

## 引言
## 背景

> [自 2021 年 6 月 22 日起,我们不再支持在 Mac OS X 上构建新版 Android 平台。不过,旧版 Android 仍可在 Mac 上构建](https://source.android.com/docs/setup/start/requirements#os-requirements)
Expand Down
2 changes: 1 addition & 1 deletion source/_posts/2024-05-01-get-started-with-ASfP.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ date: 2024-05-01 10:24:01 +0800
categories: android
---

## 引言
## 背景

[MacBook Pro M3 Max 上编译 AOSP](https://shumxin.github.io/2024/04/05/build-aosp-in-mackbook-pro-m3-max/) 的文章中提到了使用 ```OrbStack``` 进行 ```AOSP``` 项目编译,但是对于代码查看和调试不方便,用了 ```idea```, ```vscode``````remote``` 方式都有些问题,还是选用官方推荐的 ```Ubuntu``` 配合 [```ASfP```](https://developer.android.com/studio/platform) 的方式更合适。

Expand Down

0 comments on commit aa70e49

Please sign in to comment.