You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/beta builds.md
+24-2Lines changed: 24 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,5 +184,27 @@ fastlane beta
184
184
185
185
Before continuing make sure you have:
186
186
187
-
-[ ] This thing
188
-
-[ ] This thing
187
+
-[ ] An Google Play Console account with an admin rights, with its username (email, for example `[email protected]`) and password
188
+
-[ ] Your app name, if not already created on Google Play (for example `TCM React Native Boilerplate`). Fastlane can create applications in the Google Play Console so it's recommended to let Fastlane do the job for you.
189
+
-[ ] Use the right [.gitignore](android/.gitignore) file inside the `android` directory
190
+
-[Collect your Google Credentials](https://docs.fastlane.tools/getting-started/android/setup/#collect-your-google-credentials):warning: hl=en
191
+
Créer le fichier dans un dossier /builds/api-7464680612454675996-156274-380a41c4a589
192
+
193
+
194
+
### Setting up
195
+
196
+
First you need to set up Fastlane for your android project:
197
+
```
198
+
cd my-project/android
199
+
fastlane init
200
+
```
201
+
202
+
Fastlane will automatically detect your project and ask for any missing information.
203
+
204
+
The following questions will be asked:
205
+
*`Package Name (com.krausefx.app)`
206
+
* Our answer is `com.tcm.boilerplate`
207
+
*`Path to the json secret file`
208
+
* ./key.json
209
+
* Download existing metadata and setup metadata management?
0 commit comments