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
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
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.