I\'ve tried searching around both on Google and on stackoverflow for an answer to this, but I\'ve been unable to find anyone with the exact issue I\'m having. I\'m attemptin
After months of fighting this exact problem, I have finally found a solution that works for me. It might not be your case. Make sure, that none of the classes you are referring to (Maybe Settings? Maybe AndroidUncaughtExceptionHandler?) is private. The Gradle is not able to handle it and cannot find the method within the class. Just change it to public (or just delete the flag to keep it default, if the class is nested), and you should be good to go.