Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Fix github md "Note" and "Tip" blocks in Android shell README #50664

Merged
merged 2 commits into from
Feb 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions shell/platform/android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ flutter run \
--local-engine=$ENGINE/out/android_debug_unopt_arm64
```

> ![NOTE]
> [!NOTE]
> External texture rendering on Android is based on the device API level. For
> example to test the OpenGLES branch (which uses `SurfaceTexture`), you'll
> typically need an older device or emulator with an API version 29 or lower.
Expand All @@ -105,7 +105,7 @@ See [our wiki](https://github.com/flutter/flutter/wiki/Testing-the-engine#java--

How to edit and contribute to the Android embedder.

> ![TIP]
> [!TIP]
> This guide assumes you already have a working Engine development environment:
>
> - [Setting up the Engine development environment](https://github.com/flutter/flutter/wiki/Setting-up-the-Engine-development-environment)
Expand Down Expand Up @@ -149,7 +149,8 @@ completion:

![Example](https://github.com/flutter/flutter/assets/168174/8a75dd27-66e1-4c4f-88af-667a73b909b6)

> ![NOTE] > `--compile-commands-dir` must point to an Android build output:
> [!NOTE]
> `--compile-commands-dir` must point to an Android build output:
>
> ```jsonc
> {
Expand Down