skip to Main Content

Android Studio – Unable to find method 'org.gradle.api.artifacts.result.ComponentSelectionReason.getDescription()Ljava/lang/String;'

This Is the error that it shows after compiling my app imported : **Unable to find method 'org.gradle.api.artifacts.result.ComponentSelectionReason.getDescription()Ljava/lang/String;'. Possible causes for this unexpected error include: Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.) Re-download…

VIEW QUESTION

Android Studio – Cannot resolve symbol 'FirebaseVisionImage' error in Android Studio

I am currently making a basic google lens app and I'm struggling with this error. Is there a way to fix this? My dependencies: dependencies { implementation 'androidx.appcompat:appcompat:1.4.0' implementation 'com.google.android.material:material:1.4.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.2' implementation 'com.google.firebase:firebase-ml-vision:25.1.0' implementation 'com.google.firebase:firebase-core:20.0.2' implementation 'com.google.firebase:firebase-ml-vision-image-label-mode:20.0.1' implementation 'com.android.volley:volley:1.2.1'…

VIEW QUESTION
Back To Top
Search