FolioReader / FolioReader-Android

A Java ePub reader and parser framework for Android.
BSD 3-Clause "New" or "Revised" License
2.24k stars 710 forks source link

Plugin with id 'findbugs' not found using android studio 4.0 #452

Closed KishanViramgama closed 4 years ago

KishanViramgama commented 4 years ago

Issue / Feature - Plugin with id 'findbugs' not found FolioReader version - Module Download FolioReader Stock / Modified -
Android SDK - 29 Mobile / Tablet / Emulator Info -
Crash / Error - Plugin with id 'findbugs' not found

Steps to reproduce / Describe in detail - after updating android studio 4.0 showing error FolioReader module Plugin with id 'findbugs' not found. but proper work android studio 3.6.2

nuwanchamara commented 4 years ago

findbugs plugin has been removed in newer versions of gradle.

in config/quality/quality.gradle file there is a task find bugs . If you remove that This might work or replace with spot bugs plugin

KishanViramgama commented 4 years ago

thank you for updating @manolisep