Skip to content

Maps SDK: Inaccurate or unclear instruction after recent refactoring #2351

@antonsurya

Description

@antonsurya

Environment details

Problems

I believe recent changes, perhaps the refactoring in #2345, caused some instructions in this repo inaccurate or unclear.

Examples:

Example 1: which directory to open in Android Studio

1. Select one of the sample directories from this repository

  1. Download the samples by cloning this repository
  2. In the welcome screen of Android Studio, select "Open an Existing project"
  3. Select one of the sample directories from this repository

Previously, in the third step developers should choose a directory like android-samples/ApiDemos.

Now, they need to choose the top directory i.e. android-samples.

Example 2: where to put file secrets.properties

// 1. If the secrets.properties file does not exist, create it in the same folder as the local.properties file.

Previously, developers needed to create secrets.properties file under each project, e.g. android-samples/ApiDemos/project.

Now, developers need to create the file in the top directory, i.e. android-samples.

Metadata

Metadata

Assignees

No one assigned

    Labels

    triage meI really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions