android - ActivityThread error -


every time compile android code phone (not emulator), kind of code before app begins start. (it's warning, app runs perfectly)

09-09 22:13:04.785 26459-26459/com.adrastel.niviel w/activitythread: application com.adrastel.niviel can debugged on port 8100... 09-09 22:13:07.355 26459-26459/com.adrastel.niviel w/art: failed find oatdexfile dexfile /data/data/com.adrastel.niviel/files/instant-run/dex/slice-slice_8-classes.dex ( canonical path /data/data/com.adrastel.niviel/files/instant-run/dex/slice-slice_8-classes.dex) checksum 0x2dd48748 in oatfile /data/data/com.adrastel.niviel/cache/slice-slice_8-classes.dex 09-09 22:13:08.250 26459-26459/com.adrastel.niviel w/art: failed find oatdexfile dexfile /data/data/com.adrastel.niviel/files/instant-run/dex/slice-slice_7-classes.dex ( canonical path /data/data/com.adrastel.niviel/files/instant-run/dex/slice-slice_7-classes.dex) checksum 0x5a6c56b9 in oatfile /data/data/com.adrastel.niviel/cache/slice-slice_7-classes.dex 09-09 22:13:09.560 26459-26459/com.adrastel.niviel w/art: failed find oatdexfile dexfile /data/data/com.adrastel.niviel/files/instant-run/dex/slice-slice_3-classes.dex ( canonical path /data/data/com.adrastel.niviel/files/instant-run/dex/slice-slice_3-classes.dex) checksum 0xb4a18bff in oatfile /data/data/com.adrastel.niviel/cache/slice-slice_3-classes.dex 09-09 22:13:10.950 26459-26459/com.adrastel.niviel w/art: failed find oatdexfile dexfile /data/data/com.adrastel.niviel/files/instant-run/dex/slice-slice_2-classes.dex ( canonical path /data/data/com.adrastel.niviel/files/instant-run/dex/slice-slice_2-classes.dex) checksum 0x667d4b9b in oatfile /data/data/com.adrastel.niviel/cache/slice-slice_2-classes.dex 09-09 22:13:12.065 26459-26459/com.adrastel.niviel w/art: failed find oatdexfile dexfile /data/data/com.adrastel.niviel/files/instant-run/dex/slice-slice_1-classes.dex ( canonical path /data/data/com.adrastel.niviel/files/instant-run/dex/slice-slice_1-classes.dex) checksum 0x1672e1ac in oatfile /data/data/com.adrastel.niviel/cache/slice-slice_1-classes.dex 09-09 22:13:12.905 26459-26459/com.adrastel.niviel w/art: failed find oatdexfile dexfile /data/data/com.adrastel.niviel/files/instant-run/dex/slice-slice_0-classes.dex ( canonical path /data/data/com.adrastel.niviel/files/instant-run/dex/slice-slice_0-classes.dex) checksum 0x2204c222 in oatfile /data/data/com.adrastel.niviel/cache/slice-slice_0-classes.dex 

do know how solve that?

cheers

this looks issue instant run. instant run feature of android studio lets preview quick code changes on phone without having recompile whole app package. can turn feature off, compiling , testing app still works. (the feature still little bugged, prefer disable it)

to turn off, go file -> settings -> build, execution, deployment -> instant run , uncheck "enable instant run"


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -