File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,8 @@ permalink: /building-apk/
55---
66
77_ Note: An ` apk/AndroidManifest.xml ` file was already created for
8- your app by ` flutter init ` . You can check it out if you like,
9- but you don't need to modify it
10- when getting started._
8+ your app by ` flutter create ` . You can check it out if you like,
9+ but you don't need to modify it when getting started._
1110
1211First, ensure you installed the Android SDK tools
1312(see "Setting up your Android device" from [ Getting started] ( /getting-started ) ).
Original file line number Diff line number Diff line change @@ -60,18 +60,16 @@ $ cd <directory where you cloned the flutter repo>
6060$ export PATH=`pwd`/bin:$PATH
6161```
6262
63- Run ` flutter --version ` to ensure the ` flutter `
64- command is on your PATH.
63+ Run ` flutter --version ` to ensure the ` flutter ` command is on your PATH.
6564
6665## Creating your first sample app
6766
68- You can use the ` flutter `
69- command to create a starter project.
67+ You can use the ` flutter ` command to create a starter project.
7068
7169Here is an example:
7270
7371```
74- $ flutter init -o my_app
72+ $ flutter create -o my_app
7573```
7674
7775The above command creates a ` my_app ` directory that contains a simple demo
You can’t perform that action at this time.
0 commit comments