Skip to content

Commit 7ffaa73

Browse files
authored
Replacing screenshot of error with text (#11769)
Not only is the red-on-black error hard to read, but it's bad for SEO. Fixes #11735
1 parent ba28031 commit 7ffaa73

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Binary file not shown.

src/content/release/breaking-changes/android-java-gradle-migration-guide.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ If you've recently upgraded Android Studio to the Flamingo
1111
release and have either run or built an existing Android app,
1212
you might have run into an error similar to the following:
1313

14-
![Error dialog in Android Studio Flamingo: MultipleCompilationErrorsException](/assets/images/docs/releaseguide/android-studio-flamingo-error.png){:width="80%"}
14+
```sh
15+
Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
16+
```
1517

1618
The terminal output for this error is
1719
similar to the following:

0 commit comments

Comments
 (0)