Skip to content

Commit f524955

Browse files
authored
update documentation with package name tips (#237)
1 parent 094879c commit f524955

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

documentation/docs/3_Guides/BetaBuild.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Fastlane will automatically detect your project and ask for any missing informat
221221

222222
The following questions will be asked:
223223
* `Package Name (com.krausefx.app)`
224-
* Our answer is `com.tcm.boilerplate`
224+
* Our answer is `com.tcm.boilerplate`. Be careful, do not use dashes (-) in your package name.
225225
* `Path to the json secret file`
226226
* Type `key.json` (path to the file previously created in the Prerequisites step)
227227
* Download existing metadata and setup metadata management?
@@ -351,6 +351,12 @@ Would you like to fallback to a manual Fastfile? (y/n)
351351
Answer `n`, and retry previous steps with a correct Apple ID and password.
352352
Make sure you are connected to internet.
353353

354+
### Execution failed for task ':app:packageRelease'. (Android)
355+
Make sure the tree structure is equivalent to the android app id.
356+
In this example, the app id will be com.boilerplate:
357+
![](../assets/Tree_path_example.png),
358+
359+
Of course, after choosing your app id, you can update the tree structure and make sure `MainActivity.java` and `MainApplication.java` contain the right package name (first line of the file).
354360

355361
---
356362
If you need more informations, don't hesitate to read the [fastlane documentation](https://docs.fastlane.tools/)
14.7 KB
Loading

0 commit comments

Comments
 (0)