Skip to content
Advertisement

Android Studio FloatingActionButton error

I installed Android Studio yesterday, and after battling multiple java and other errors, I have come to an error that I cannot seem to fix. I have not added anything or done any code, I have simply just started a new project and I get this error in the Preview over the phone:

Rendering Problems:

JavaScript

Followed by a bunch of Exception Details. All help appreciated, I’m getting desperate. Also, please be specific with complicated answers, as I am not very savvy with this as of yet.

If Exception Details are needed:

JavaScript

Advertisement

Answer

I also got this problem today,

Check your build.gradle file, do you use support design lib version 23.2, like

JavaScript

if so, change it to version 23.1.0

JavaScript

then rebuild your project… seems version 23.2 is still buggy

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement