Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialmichael lee
5,179 PointsCould not find com.jakewharton:butterknife-compiler:7.0.1.
this is the error message i got after trying to run the app, can someone help me on solving this, thanks a lot!!
Could not find com.jakewharton:butterknife-compiler:7.0.1.
Searched in the following locations:
- file:/C:/Users/mike/AppData/Local/Android/Sdk/extras/m2repository/com/jakewharton/butterknife-compiler/7.0.1/butterknife-compiler-7.0.1.pom
- file:/C:/Users/mike/AppData/Local/Android/Sdk/extras/m2repository/com/jakewharton/butterknife-compiler/7.0.1/butterknife-compiler-7.0.1.jar
- file:/C:/Users/mike/AppData/Local/Android/Sdk/extras/google/m2repository/com/jakewharton/butterknife-compiler/7.0.1/butterknife-compiler-7.0.1.pom
- file:/C:/Users/mike/AppData/Local/Android/Sdk/extras/google/m2repository/com/jakewharton/butterknife-compiler/7.0.1/butterknife-compiler-7.0.1.jar
- file:/C:/Users/mike/AppData/Local/Android/Sdk/extras/android/m2repository/com/jakewharton/butterknife-compiler/7.0.1/butterknife-compiler-7.0.1.pom
- file:/C:/Users/mike/AppData/Local/Android/Sdk/extras/android/m2repository/com/jakewharton/butterknife-compiler/7.0.1/butterknife-compiler-7.0.1.jar
- file:/C:/Program Files/Android/Android Studio/gradle/m2repository/com/jakewharton/butterknife-compiler/7.0.1/butterknife-compiler-7.0.1.pom
- file:/C:/Program Files/Android/Android Studio/gradle/m2repository/com/jakewharton/butterknife-compiler/7.0.1/butterknife-compiler-7.0.1.jar
- https://jcenter.bintray.com/com/jakewharton/butterknife-compiler/7.0.1/butterknife-compiler-7.0.1.pom
- https://jcenter.bintray.com/com/jakewharton/butterknife-compiler/7.0.1/butterknife-compiler-7.0.1.jar
Required by:
project :app
1 Answer
Tonnie Fanadez
UX Design Techdegree Graduate 22,796 PointsHi there
Try this trick and see whether it will work.
Under Gradle Scripts navigate to build.gradle(Module:app) and add the following line inside the dependencies tag.
Sync Gradle and try again
implementation 'com.jakewharton:butterknife:8.5.1'