问题
I am on Android Studio 3.6.1, in my app build.gradle I have e.g.
implementation 'androidx.fragment:fragment-ktx:1.2.2'
There is version 1.2.3 since March 18th, yet no update hint is shown, neither when I hover over the dependency nor in Module settings -> suggestions.
What could be the reason that the update isn't shown? Can I somehow trigger Android Studio manually to search for dependency updates and check when Android Studio did so last time?
回答1:
You can manually check for dependency updates by going to:
- Go to "File"
- Click "Project Structure"
- Click "Suggestions" in the left panel
来源:https://stackoverflow.com/questions/60827799/android-studio-not-showing-available-dependency-update