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
- Additional browser config (popups need to be allowed):
71
-
- Chrome: By default, Pop-ups and redirects are blocked. To allow, go to Settings/Site Settings/ Turn on the Pop-Ups and Redirects option
72
-
- Brave: By default, the pop-ups are blocked by the Privacy Shields setting. To enable, go to Settings/Brave Shields & privacy/ Allow all trackers and ads
73
-
- To allow popups, to go about:config, and then set dom.disable_open_during_load to false.
67
+
- Download the Android SDK Command-Line Tools (command line tools only) form the Android Studio downloads page and unpack it in a folder called `AndroidSDK` (see https://developer.android.com/tools/sdkmanager).
68
+
- Add `cmdline-tools` to the path: e.g., `export PATH=<path-to-AndroidSDK>/cmdline-tools/latest/bin/:$PATH`
69
+
- Install `platform-tools` and `emulator`: `sdkmanager platform-tools emulator`
70
+
- Add `platform-tools` to the path: e.g., `export PATH=<path-to-AndroidSDK>/platform-tools/:$PATH`
71
+
- Add `emulator` to the path: e.g., `export PATH=<path-to-AndroidSDK/emulator/:$PATH`
72
+
- Install and create a Pixel 3 Device with Android 11 installed:
73
+
- Run `sdkmanager --install "platforms;android-30" "system-images;android-30;google_apis;x86_64`
0 commit comments