Skip to content

Commit

Permalink
Expand cache validation directions with emulator reame directions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Jan 22, 2025
1 parent 3641695 commit 0493e1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ git remote add upstream https://github.com/scribe-org/Scribe-Android.git

> [!IMPORTANT]
> If you're not seeing your changes or are experiencing issues when running the app, consider clearing the Android Studio cache. This can be done via `File` > `Invalidate Caches...` in the menu. You can then select options for which caches to invalidate and then select `Invalidate and Restart` restart Android Studio so the changes are reflected.
>
> Please note that you may also need to remake your emulator device from time to time. The team generally develops on emulators for the latest Pixel phones.
> [!NOTE]
> Currently Scribe-Android does not work as a floating keyboard.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ git remote add upstream https://github.com/scribe-org/Scribe-Android.git

> [!IMPORTANT]
> If you're not seeing your changes or are experiencing issues when running the app, consider clearing the Android Studio cache. This can be done via `File` > `Invalidate Caches...` in the menu. You can then select options for which caches to invalidate and then select `Invalidate and Restart` restart Android Studio so the changes are reflected.
>
> Please note that you may also need to remake your emulator device from time to time. The team generally develops on emulators for the latest Pixel phones.
After activating your emulator, consider setting up [pre-commit](https://pre-commit.com/) to fix common errors in the codebase before they're committed by running:

Expand Down

0 comments on commit 0493e1b

Please sign in to comment.