What is Jetifier?
问题 What is Jetifier? For example, to create a new project using the androidx-packaged dependencies, this new project needs to add the following line to the gradle.properties file: android.enableJetifier=true So what does it mean - "enable jetifier"? 回答1: This year's Google I/O (18), Google has announced Jetpack which is set/collection of libraries to make developer's life easier. Jetpack includes previously introduced Android architecture components (ViewModel, Room, Paging, LiveData etc.) as