Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
add linux instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tobrun committed Mar 21, 2017
1 parent a2dc9ed commit 17e167f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions platform/android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ Alright. So, actually, you may be in the wrong place. From here on in, this READ

[![](https://www.mapbox.com/android-sdk/images/splash.png)](https://www.mapbox.com/android-sdk/)



### Setup environment

**These instructions are for developers interested in making code-level contributions to the SDK itself. If you instead want to use the SDK in your app, see above.**
Expand All @@ -42,7 +40,6 @@ These dependencies are required for all operating systems and all platform targe
- NDK
- LLDB


- Modern C++ compiler that supports -std=c++14
- clang++ 3.5 or later or
- g++-5 or later
Expand All @@ -66,12 +63,19 @@ $ sudo apt-get install -y build-essential curl lib32stdc++6 lib32z1 pkg-config p

#### Open project in Android Studio

##### macOS

Execute the following to generate the required build files and open the project with Android Studio:

```
make aproj
```

##### linux

Open Android Studio project in `/platform/android`, run `make android-configuration` in the root folder of the project.


##### Setting Mapbox Access Token

_The test application (used for development purposes) uses Mapbox vector tiles, which require a Mapbox account and API access token. Obtain a free access token on the [Mapbox account page](https://www.mapbox.com/studio/account/tokens/)._
Expand Down

0 comments on commit 17e167f

Please sign in to comment.