Skip to content

Commit 7403d3d

Browse files
author
Steve Gill
committed
fixed error
1 parent 686a753 commit 7403d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cordova.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
`export PATH=${PATH}:~/android-sdk-linux/tools`
2727
`export PATH=${PATH}:~/android-sdk-linux/platform-tools`
2828
If you didn't move your android sdk files to your home directory before, update the lines above to point to where you stored your android-sdk.
29-
* Reset your bash source with `source ~/.bashrc` (or source ~./bash_profile). Type `echo $PATH` to confirm that the tools and platform tools for Android are included in your path.
29+
* Reset your bash source with `source ~/.bashrc` (or source ~/.bash_profile). Type `echo $PATH` to confirm that the tools and platform tools for Android are included in your path.
3030
* Enter the command `android` in your terminal to open the android sdk manager. If this command fails due to missing java on your linux machine, install the openJDK with `sudo apt-get install openjdk-7-jdk`. For Mac OS, if it isn't installed by default, you will get a prompt to click more info to install java. Follow the instructions that open in your browser to install the JDK. Run the command `android` in your terminal once done.
3131
* In the Android SDK Manager, scroll down to Android 4.4.2 (API 19) and check the SDK Platform. Install the packages that are checked (including the default ones).
3232
* Install ant via `sudo apt-get install ant` (linux). For Mac OSX, follow the instuctions at http://stackoverflow.com/questions/3222804/how-can-i-install-apache-ant-on-mac-os-x (probably install homebrew followed by brew install ant)

0 commit comments

Comments
 (0)