Android studio错误Installation failed since the device possibly has stale dexed jars that don't match

 



 gradle:com.android.tools.build:gradle:2.0.0-alpha6

将项目部署在5.0以上系统时会报这个错误,解决办法就是关闭instant run,毕竟是预览版bug不少啊!

File->Settings->Instant Run ->然后干掉所有选项

 clean  rebuild 走起就行了~


你可能感兴趣的:(安卓基础知识,错误,Android,Studio,android,android,studio,数据)