Link to home
Start Free TrialLog in
Avatar of AXISHK
AXISHK

asked on

Dependenices libary in Android

What is depdencies and how do I know which version is avaible for selection in my current project ?

Pic2 : There is no library for com.android.support:appcompat-v7:25.3.1 but I can use it in my code
Pic1: Try to use cardview but it tells me that the version is not correct. Where can I check which version is currently avaialble ?

Thx
Avatar of Chris Harte
Chris Harte
Flag of United Kingdom of Great Britain and Northern Ireland image

In android studio Tools->Android->SDK Manager.
In the bottom right check the box "Show Package Details". This will show every api and toolkit that is available and the ones you have on your system. The ones used in your project are specified by the gradle file.
These are the update urls that I use.User generated image
Avatar of AXISHK
AXISHK

ASKER

Thx, where can I find the information like  com.android.support:appcompat-v7:25.3.1or com.android.support:cardview-v:22.0.+"
ASKER CERTIFIED SOLUTION
Avatar of Chris Harte
Chris Harte
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial