Open leijdekkers opened 9 years ago
What's your targetSdkVersion?
Hi
The tarketSDK is 23
Any idea what it could be?
Peter
On Fri, Sep 25, 2015 at 3:53 AM, Drew Carlson notifications@github.com wrote:
What's your targetSdkVersion?
— Reply to this email directly or view it on GitHub https://github.com/Clans/FloatingActionButton/issues/130#issuecomment-143003832 .
I didn't realize these were runtime errors, these can be safely ignored. It may be worth the effort to prevent Api 21+ methods from being called on older Android versions.
Indeed. But i assume the library should check this and not me in my own code?
Yes, it would need to be handled internally.
:+1: waiting for new release without this error.
Has this error been sorted in the latest build? I keep getting crashes for SDK19 using this.
I have the same errors , does anyone the solution for it?I tried for both targetSdkVersion 23 and my device api that is prelollipop but can't resolve it.
Hi, still having this error with device api 18,
how to fix it plz ?
Just include : compile 'com.android.support:support-annotations:XXXX' Solve the problem, it was fix in code with annotation @Target...
anyone try to code FAB inside service class? .. because i want FAB move around the screen and also i can multi task.
example: while FAB on my screen, i can use any app i can tap what i want.
actually i've done this before but in simple button not FAB.
i've just seen this error
Could not find class 'android.graphics.drawable.RippleDrawable', referenced from method com.github.clans.fab.FloatingActionButton.createFillDrawable
this causes the layout inflating to fail since the ripple effect is specified in the XML. the whole app crashes due to this.
i'm targeting SDK15, device is running SDK17 and building with SDK25.
Maybe nothing major but i see these errors thrown when i have a layout with the FAB button. Any idea what goes wrong?
Could not find class 'android.graphics.drawable.RippleDrawable', referenced from method com.github.clans.fab.FloatingActionButton.createFillDrawable
Could not find class 'android.graphics.drawable.RippleDrawable', referenced from method com.github.clans.fab.FloatingActionButton.onActionDown
Could not find class 'android.graphics.drawable.RippleDrawable', referenced from method com.github.clans.fab.FloatingActionButton.onActionUp