Clans / FloatingActionButton

Android Floating Action Button based on Material Design specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

yberada opened this issue · comments

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));

    }

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

having the same problem too. looking for solution