androidx

1062 단어 android
공식적으로 상세한 블로그를 사용하면 구덩이를 덜 밟을 수 있습니다. 새로 만든 프로젝트와 오래된 프로젝트에서 안드로이드 x를 어떻게 사용하는지, 안드로이드 x로 교체된 지원 패키지의 내용, 그리고 과도를 언급하면 새로운 지원 패키지 28에 안드로이드 패키지의 내용을 계속 추가합니다.
If you don't want to switch over to the new  androidx  and  com.google.android.material  packages yet, you can use Material Components via the  com.android.support:design:28.0.0-alpha1  dependency.
Note: You should not use the  com.android.support  and  com.google.android.material  dependencies in your app at the same time.
----발췌문:https://github.com/material-components/material-components-android/blob/master/docs/getting-started.md
관련 내용:
https://android-developers.googleblog.com/2018/05/hello-world-androidx.html
https://developer.android.com/topic/libraries/support-library/revisions#28-0-0-alpha1
항목에서 인용되면 주의하십시오
compile 'com.google.android.material:material:1.0.0-alpha1'
android x를 동시에 도입하여 지원 패키지와 충돌합니다.
다음 블로그 참조:
https://juejin.im/post/5afbd66ef265da0b7d0b8e5f

좋은 웹페이지 즐겨찾기