我试图在Jelly Bean模拟器上运行项目,它与java.lang.NoClassDefFoundError崩溃:android.transition.Explode

时间:2015-09-01 07:26:53

标签: android animation material-design android-transitions

我的问题是,可以简单地在没有过渡的Lollipop前设备上运行,并在带有过渡或动画的棒棒糖上运行吗?

1 个答案:

答案 0 :(得分:0)

int currentapiVersion = android.os.Build.VERSION.SDK_INT;
if (currentapiVersion >= android.os.Build.VERSION_CODES.FROYO){
    // Do something for froyo and above versions
} else{
    // do something for phones running an SDK before froyo
}

使用此条件检查API级别或sdk版本