Skip to content

Commit df42f53

Browse files
vaslabslefou
andcommitted
Update website/blog/modules/ROOT/pages/15-android-build-flow.adoc
Co-authored-by: Tobias Roeser <[email protected]>
1 parent beeb0c1 commit df42f53

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

website/blog/modules/ROOT/pages/15-android-build-flow.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -219,12 +219,12 @@ Configure the mill build
219219

220220
Start the emulator and run the app
221221

222-
[source,bash]
222+
[source,console]
223223
----
224-
./mill show app.createAndroidVirtualDevice
225-
./mill show app.startAndroidEmulator
226-
./mill show app.androidInstall
227-
./mill show app.androidRun --activity com.example.android.architecture.blueprints.todoapp.TodoActivity
224+
> ./mill show app.createAndroidVirtualDevice
225+
> ./mill show app.startAndroidEmulator
226+
> ./mill show app.androidInstall
227+
> ./mill show app.androidRun --activity com.example.android.architecture.blueprints.todoapp.TodoActivity
228228
----
229229

230230
The Android Todo App built with Mill

0 commit comments

Comments
 (0)