मैंने अपना नवीनीकरण किया android studio to 3.4 canary
और अब मैं निम्नलिखित त्रुटि के कारण सफलतापूर्वक निर्माण नहीं कर सकता:
The given artifact contains a string literal with a package reference 'android.support.v4.content' that cannot be safely rewritten. Libraries using reflection such as annotation processors need to be updated manually to add support for androidx.
अधिक जानकारी:
Caused by: java.lang.RuntimeException: Failed to transform '.gradle/caches/modules-2/files-2.1/com.jakewharton/butterknife-compiler/9.0.0-SNAPSHOT/732f93940c74cf32a7c5ddcc5ef66e53be052352/butterknife-compiler-9.0.0-SNAPSHOT.jar' using Jetifier. Reason: The given artifact contains a string literal with a package reference 'android.support.v4.content' that cannot be safely rewritten. Libraries using reflection such as annotation processors need to be updated manually to add support for androidx.. (Run with --stacktrace for more details.)
जाहिर है, इसके साथ कुछ करना है Butterknife, androidx and Jetifier
किसी को पता है कि यह कैसे ठीक करने के लिए?