Skip to content

Commit

Permalink
Expand cache validation directions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Jan 22, 2025
1 parent 9ee1030 commit 3641695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ git remote add upstream https://github.com/scribe-org/Scribe-Android.git
- From here code edits that are made will be reflected in the app each time it is ran

> [!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.
> 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.
> [!NOTE]
> Currently Scribe-Android does not work as a floating keyboard.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ git remote add upstream https://github.com/scribe-org/Scribe-Android.git
- From here code edits that are made will be reflected in the app each time it is ran.

> [!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.
> 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.
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 3641695

Please sign in to comment.