Android Studio not showing available dependency update

梦想与她 提交于 2020-04-17 18:43:53

问题


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:

  1. Go to "File"
  2. Click "Project Structure"
  3. Click "Suggestions" in the left panel



来源:https://stackoverflow.com/questions/60827799/android-studio-not-showing-available-dependency-update

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!