Search Issue Tracker
Won't Fix
Won't Fix in 2022.2.X
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
- Font character thickness does not adjust properly in UI Toolkit text when changing Bold Weight in Font Asset
- Multiple "[...] is inaccessible due to its protection level" errors are thrown when opening project with Unity Version Control installed
- Sorting icons are tiny and misaligned in Import Activity window
- The Undo system does not record HideFlags.HideInHierarchy changes
- [Linux] Bug Reporter window is in Light mode when the Editor theme is Dark mode
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.
Resolution Note (2022.2.X):
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.