File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 1
- # Jules Onboarding Guide for ` firebase-android-sdk `
1
+ # Agents
2
2
3
3
This guide provides essential information for working within the ` firebase-android-sdk ` repository.
4
4
5
- ## Table of Contents
6
-
7
- - [ Environment Setup] ( #environment-setup )
8
- - [ Testing] ( #testing )
9
- - [ API Surface] ( #api-surface )
10
- - [ Best Practices] ( #best-practices )
11
- - [ Common Patterns] ( #common-patterns )
12
- - [ External Dependencies] ( #external-dependencies )
13
- - [ Updating this Guide] ( #updating-this-guide )
14
-
15
- ---
16
-
17
5
## Environment Setup
18
6
19
7
To work with this repository, the Android SDK must be installed. Use the ` sdkmanager ` command-line
@@ -41,7 +29,7 @@ tool for this purpose.
41
29
sdkmanager " platform-tools" " platforms;android-33"
42
30
43
31
# Accept all licenses
44
- sdkmanager --licenses
32
+ yes | sdkmanager --licenses
45
33
```
46
34
47
35
- Refer to the specific requirements of the project to determine which packages to install.
You can’t perform that action at this time.
0 commit comments