diff options
author | xjcl <janxjcl@gmail.com> | 2014-08-04 21:33:49 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-08-04 23:21:30 +0200 |
commit | 04a65e2704ee80701ca750f2e7c8c0565d2aa830 (patch) | |
tree | f4263d30f0e9828d0f60026e07ad484a9a2aecd2 | |
parent | f77981e3c89f428c648da1a550f8d36344e1a927 (diff) |
typo: and -> an
-rw-r--r-- | README.Android | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.Android b/README.Android index 9d022a719f80..2fe09e2b1a3e 100644 --- a/README.Android +++ b/README.Android @@ -9,7 +9,7 @@ For instructions on how to build for Android, see README.cross. Create an AVD in the android UI, don't even try to get the data partition size right in the GUI, that is doomed to producing -and AVD that doesn't work. Instead start it from the console: +an AVD that doesn't work. Instead start it from the console: LD_LIBRARY_PATH=$(pwd)/lib emulator-arm -avd <Name> -partition-size 500 |