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
22
33This guide provides essential information for working within the ` firebase-android-sdk ` repository.
44
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-
175## Environment Setup
186
197To work with this repository, the Android SDK must be installed. Use the ` sdkmanager ` command-line
@@ -41,7 +29,7 @@ tool for this purpose.
4129 sdkmanager " platform-tools" " platforms;android-33"
4230
4331 # Accept all licenses
44- sdkmanager --licenses
32+ yes | sdkmanager --licenses
4533 ```
4634
4735 - 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