diff --git a/src/content/assets/images/docs/releaseguide/android-studio-flamingo-error.png b/src/content/assets/images/docs/releaseguide/android-studio-flamingo-error.png deleted file mode 100644 index af594f4136..0000000000 Binary files a/src/content/assets/images/docs/releaseguide/android-studio-flamingo-error.png and /dev/null differ diff --git a/src/content/release/breaking-changes/android-java-gradle-migration-guide.md b/src/content/release/breaking-changes/android-java-gradle-migration-guide.md index 90585694b3..eee7a9560b 100644 --- a/src/content/release/breaking-changes/android-java-gradle-migration-guide.md +++ b/src/content/release/breaking-changes/android-java-gradle-migration-guide.md @@ -11,7 +11,9 @@ If you've recently upgraded Android Studio to the Flamingo release and have either run or built an existing Android app, you might have run into an error similar to the following: -![Error dialog in Android Studio Flamingo: MultipleCompilationErrorsException](/assets/images/docs/releaseguide/android-studio-flamingo-error.png){:width="80%"} +```sh +Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: +``` The terminal output for this error is similar to the following: