Skip to content

Commit 00144a3

Browse files
authored
Docs improvement (#560)
Explicit instruction in the docs to import mapbox-java/mapbox as a root project folder in Android Studio
1 parent f146e7c commit 00144a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ Using the MAS testapp will require a valid [Mapbox access token](https://www.map
2525

2626
## 3: Begin developing
2727

28-
We recommend using [Android Studio](https://developer.android.com/studio/index.html) to work on the code base.
28+
We recommend using [Android Studio](https://developer.android.com/studio/index.html) to work on the code base. Please import `mapbox-java/mapbox` as the project root folder.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ Check the [Android Test App](https://github.com/mapbox/mapbox-java/tree/master/m
3939

4040
## Contributing
4141

42-
All libraries are contained within the `mapbox` folder. You can import the project using Android Studio or IntelliJ IDEA. Read [the contribution guide](https://github.com/mapbox/mapbox-java/blob/master/CONTRIBUTING.md) to get setup properly.
42+
All libraries are contained within the `mapbox` folder. Please import `mapbox-java/mapbox` as the project root folder using Android Studio or IntelliJ IDEA. Read [the contribution guide](https://github.com/mapbox/mapbox-java/blob/master/CONTRIBUTING.md) to get setup properly.

0 commit comments

Comments
 (0)