We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beeb0c1 commit df42f53Copy full SHA for df42f53
website/blog/modules/ROOT/pages/15-android-build-flow.adoc
@@ -219,12 +219,12 @@ Configure the mill build
219
220
Start the emulator and run the app
221
222
-[source,bash]
+[source,console]
223
----
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
+> ./mill show app.createAndroidVirtualDevice
+> ./mill show app.startAndroidEmulator
+> ./mill show app.androidInstall
+> ./mill show app.androidRun --activity com.example.android.architecture.blueprints.todoapp.TodoActivity
228
229
230
The Android Todo App built with Mill
0 commit comments