Search Issue Tracker
Won't Fix
Votes
10
Found in
2019.4.35f1
2020.3.28f1
2021.2.10f1
2022.1.0b6
2022.2.0a3
Issue ID
UUM-583
Regression
No
repositories.cfg could not be loaded warning is produced when opening Android Settings tab in Player Settings
Steps to reproduce:
1. Create a new project with Android support
2. Switch the build target to Android in Build Settings
3. In Project Settings -> Player -> Other Settings
4. Switch to Standalone Settings tab
5. Switch back to Android Settings tab
Expected results: No errors or warnings
Actual results: " File C:\\Users\\aurimas.pupsysPC\\.android\\repositories.cfg could not be loaded." warning is produced on either of steps 3,4,5
Reproducible with: 2019.4.35f1, 2020.3.28f1, 2021.2.10f1, 2022.1.0b6, 2022.2.0a3
Notes:
- Not reproducible on Mac
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- TreeView.AddItem performance regression when opening EditorWindow
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
- Async method in Play Mode being aborted when calling `new System.Windows.Forms.Form`
Resolution Note:
This is an expected message that appears to be from the Android SDK when the file doesn't exist. Creating an empty one in the location specified will silence the warning.