Clans / FloatingActionButton

Android Floating Action Button based on Material Design specification
Apache License 2.0
5.23k stars 1.13k forks source link

how to fix this issue dalvikvm: Could not find class 'android.graphics.drawable.RippleDrawable', referenced from method android.support.v7.widget.AppCompatImageHelper.hasOverlappingRendering #434

Open yberada opened 6 years ago

markoke commented 6 years ago

It depends, For me my map was not loading and it was displaying a same error. First i created a new emulator with API 23 since the previous i had was 17. I also did the following

private void setBackgrounds(){ if (Build.VERSION.SDK_INT >= 19) { forgot.setBackgroundDrawable(getResources().getDrawable(R.drawable.tv_ripple));

    }
GNORRA commented 6 years ago

I have the same problem, somebody have the solution please ?

Ronokip commented 5 years ago

having the same problem too. looking for solution