Skip to content

Commit 83e9f76

Browse files
committed
android doc in progress
1 parent 3195569 commit 83e9f76

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

docs/beta builds.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,5 +184,27 @@ fastlane beta
184184

185185
Before continuing make sure you have:
186186

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?
210+
* y

0 commit comments

Comments
 (0)