Skip to content

Commit

Permalink
Fix wrong file name in ch5
Browse files Browse the repository at this point in the history
  • Loading branch information
chatea (Charlie Tsai) committed Aug 5, 2016
1 parent 2e3e681 commit ccbfb59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ch5_adb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

## adb sync 初體驗

首先我們先來修改`Activity`當成實驗。
首先我們先來修改`ViewRootImpl.java`當成實驗。`ViewRootImpl.java`是Android framework中畫面的處理者,所以不管你打開哪個App都會用到它。它和一般的View不太一樣是用Composition pattern的方式和View產生關連,然後再和WindowManager互動。這邊就只要先知道這些就可以了

請先將**設定好環境的終端機**移動到`$TOP/framework/base/core/`資料夾,再打開`android/view/ViewRootImpl.java`
請先將**設定好環境的終端機**移動到`$TOP/framework/base/core/`資料夾,再打開`android/view/ViewRootImpl.java`

```shell
$ cd framework/base/core
Expand Down

0 comments on commit ccbfb59

Please sign in to comment.