How to calculate the compilation of 'com.android.support:design:23.1.1'

How can I understand compile 'com.android.support:design:23.1.1' what I should write in my gradle there ??? how can i find out what is the latest design support library number? How can I understand what I need to use?

for compile 'com.google.android.gms:play-services:8.4.0'

and suggests that I want to include an external library, how do I do this?

compile(name:'estimote-sdk', ext:'aar')

something like that?

Thank you for your help. I'm new to Android studio migrating from eclipse

+4
source share
3 answers

You can use this one 'com.android.support:design:+', but it is not recommended because it is unpredictable.

For me, Android Studio tells me that I am not using the latter and offers autofix.

+1

, ... ...

-, , Android Studio SDK.

, ​​ ​​ , , (, , , ..):

API :

, JBarat , Android Studio , SDK.

0

, ?

avilable , android ,

enter image description here

, ?

letest support (design, v7, v4, recycleview..etc), , . , - .

, .

0

Source: https://habr.com/ru/post/1629405/


All Articles