Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Commit

Permalink
Merge pull request #39 from O3Labs/cleanup
Browse files Browse the repository at this point in the history
Fix formatting error in README
  • Loading branch information
Wyatt Mufson committed Jan 28, 2019
2 parents 6e9fa30 + dadd696 commit a4e1a4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ XCode is required.

### Compile to Android framework
Android NDK is required. https://developer.android.com/ndk/guides/index.html
```gomobile init -ndk ~/Library/Android/sdk/ndk-bundle/
```
gomobile init -ndk ~/Library/Android/sdk/ndk-bundle/
ANDROID_HOME=/Users/$USER/Library/Android/sdk gomobile bind -target=android -o=output/android/neoutils.aar github.com/o3labs/neo-utils/neoutils
```

0 comments on commit a4e1a4d

Please sign in to comment.