简体   繁体   中英

oat location is not valid error on android marshmallow

when i test my application on android marshmallow,to open took long time and gives me these errors

 oat location is not valid 
/data/user/0/org.linux.ceylon.gpstracker/cache/slice-support-annotations-24.2.1_6ad55f12288d69ec8a892bcf9d346762fe8110c1-classes.dex
     oat location is not valid /data/user/0/org.linux.ceylon.gpstracker/cache/slice-slice_9-classes.dex
     oat location is not valid /data/user/0/org.linux.ceylon.gpstracker/cache/slice-slice_8-classes.dex
    oat location is not valid /data/user/0/org.linux.ceylon.gpstracker/cache/slice-slice_7-classes.dex

and etc...

how to fix this issue

在Android Studio的首选项中取消选中“启用Instant Run到热交换代码...”后,问题就消失了。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM