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
When setting up Brave browser locally for Android development in LINUX , the initialization script (npm run init) fails while fetching the Chromium source code. This is due to the large size of the Chromium repository (approximately 50GB) causing network issues.
Current Behavior:
The package.json file contains a URL for the Chromium repository using HTTPS:
json
Description
When setting up Brave browser locally for Android development in LINUX , the initialization script (npm run init) fails while fetching the Chromium source code. This is due to the large size of the Chromium repository (approximately 50GB) causing network issues.
Current Behavior:
The package.json file contains a URL for the Chromium repository using HTTPS:
json
"url": "https://github.com/brave/chromium"
This often results in timeout errors or incomplete downloads for users with slower or less stable internet connections.
Steps to reproduce
After performing the initial steps:-
cd path-to-your-project-folder/src/brave
npm install
npm run init -- --target_os=android --target_arch=arm
Actual result
Expected result
The result should look like 100% (done/done)
Reproduces how often
Easily reproduced
Brave version
NA
Device
Channel information
Reproducibility
Miscellaneous information
Observe that the process fails or times out while attempting to fetch the Chromium source code.
Check the console output for network-related errors or timeout messages.
Note: This issue is more likely to occur on slower or less stable internet connections.
The text was updated successfully, but these errors were encountered: