Skip to content

Commit

Permalink
Update build instructions for Ti SDK 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morinel committed Dec 21, 2017
1 parent 1065e22 commit 5ad1999
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Expand Up @@ -9,17 +9,16 @@ Read the [documentation](https://github.com/morinel/gcmpush/blob/master/document
To build, create a `build.properties` file with the following content:

```
titanium.platform=/Users/###USER###/Library/Application Support/Titanium/mobilesdk/osx/5.1.2.GA/android
android.platform=/Users/###USER###/Library/Android/sdk/platforms/android-23
titanium.platform=/Users/###USER###/Library/Application Support/Titanium/mobilesdk/osx/7.0.0.GA/android
android.platform=/Users/###USER###/Library/Android/sdk/platforms/android-26
google.apis=/Users/###USER###/Library/Android/sdk/add-ons/addon-google_apis-google-23
android.ndk=/Users/###USER###/Library/Android/ndk
```

Make sure your paths are correct for your system setup. Then run:

```
$ ant clean
$ ant
$ appc run -p android --build-only
```

A zip file will be created in the `dist` folder.

0 comments on commit 5ad1999

Please sign in to comment.