desword / android-apktool

Automatically exported from code.google.com/p/android-apktool
Other
1 stars 0 forks source link

if you edit strings or any resources and compile it ,it force closes on ART but works fine on Dalvik #647

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
if you edit strings or any resources and compile it ,it force closes on ART but 
works fine on Dalvik

steps :-

-decompile any app
- and modify resources like strings,bools etc
-now compile it
-sign it-now install

you will see

- app can be installed on dalvik and working fine
but
-when you install on ART runtime it will force closes
-----------------------------------------------------
now pull the classes.dex and modify and put it back (with 7zip or winrar)
and sign it it works but dont compile it ,it force closes on art runtime

Original issue reported on code.google.com by Jaspreet...@gmail.com on 23 Jun 2014 at 1:48

GoogleCodeExporter commented 9 years ago
I've been on ART for 5 months and haven't duplicated this.

Original comment by connor.tumbleson on 24 Jun 2014 at 9:10