Skip to content

Overlapping dependency with Android SDK #32

@tobrun

Description

@tobrun

When copy pasting example from blog

    MapboxStaticImage staticImage = new MapboxStaticImage.Builder()
                .setAccessToken(getString(R.string.mapbox_access_token))
                .setStyleId(SyncStateContract.Constants.MAPBOX_STYLE_SATELLITE)
                .setLon(lon).setLat(lat)
                .setZoom(15).setBearing(45).setPitch(60)
                .setWidth(500).setHeight(500)
                .setRetina(true)
                .build();

Android Studio is automatically importing an Androd SDK dependency instead of this repo.

screen shot 2016-04-23 at 12 06 23

screen shot 2016-04-23 at 12 08 12

I'm suggesting renaming the class/package to something different?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions