Butterknife: [androidx.core:core:1.0.0] AndroidManifest.xml:22:18-86 value=(androidx.core.app.CoreComponentFactory)

Created on 11 Jan 2019  路  3Comments  路  Source: JakeWharton/butterknife

image

Most helpful comment

As mentioned in the change log, 10.0.0 only supports AndroidX-enabled projects. If you have not yet migrated to AndroidX you need to use 9.0.0 for now.

All 3 comments

As mentioned in the change log, 10.0.0 only supports AndroidX-enabled projects. If you have not yet migrated to AndroidX you need to use 9.0.0 for now.

It was solved by migrating to AndroidX, and configuring the dependency
implementation 'com.jakewharton: butterknife: 8.8.0'
annotationProcessor 'com.jakewharton: butterknife-compiler: 8.8.0'

鐪嬩笉鎳傜湅涓嶆噦

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Pitel picture Pitel  路  3Comments

mturki picture mturki  路  3Comments

Yousha picture Yousha  路  3Comments

elye picture elye  路  3Comments

engr-umar-qureshi picture engr-umar-qureshi  路  3Comments