简体   繁体   中英

I added repository to my repositories block in build.gradle but did not act

I imported FlexibleRichTextView library in a gradle project in eclipse and added all necessary jar files to the project for resolving errors, but one error is remained ( Sereenshot of error ). This error is related to CodeView-android library . For resolving this error too, i added maven { url "https://jitpack.io" } in my root build.gradle at the end of repositories and added the dependency compile 'com.github.kbiakov:CodeView-android:1.3.1' in dependencies block( Screenshot of build.gradle ), but the error has not been resolved yet. what should I do?

The gradle file might have been cached by the IDE. Try restarting the project or sync the gradle project to reflect the newly picked changes.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM