Android Renderscript目标21+;当前不支持Renderscript支持模式;

Android Renderscript目标21+;当前不支持Renderscript支持模式;,android,google-cloud-messaging,google-play-services,Android,Google Cloud Messaging,Google Play Services,现在我正在使用GCM,当我将classpath'com.google.gms:google services:2.0.0-alpha3'添加到项目build.gradleforapply plugin:'com.google.gms.google services'中时,编译器会抛出一个警告,因为它无法构建项目 Warning:Renderscript support mode is not currently supported with renderscript target 21+ 当我

现在我正在使用GCM,当我将
classpath'com.google.gms:google services:2.0.0-alpha3'
添加到项目
build.gradle
for
apply plugin:'com.google.gms.google services'
中时,编译器会抛出一个警告,因为它无法构建项目

Warning:Renderscript support mode is not currently supported with renderscript target 21+
当我删除
classpath'com.google.gms:google services:2.0.0-alpha3'
时,它运行良好。我正在遵循谷歌的快速入门GCM示例应用程序,我将其作为一个单独的项目进行构建,它也运行良好。当我试图将该功能添加到我的应用程序中时,会发生这种情况。有人知道出了什么问题吗

这可能与您正在寻找的类似。