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 |
- Download the samples by cloning this repository
- In the welcome screen of Android Studio, select "Open an Existing project"
- 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.
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
android-samples/README.md
Line 44 in e4ea31a
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.propertiesandroid-samples/ApiDemos/project/kotlin-app/build.gradle.kts
Line 106 in e4ea31a
Previously, developers needed to create
secrets.propertiesfile under each project, e.g.android-samples/ApiDemos/project.Now, developers need to create the file in the top directory, i.e.
android-samples.