desword / android-apktool

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

After decompiling the apk datafolder in smali>org?joda>time>tz is missing in decompiled folders giving error while running the apk #634

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.decompile apk using 
org.joda.time.tz.ZoneInfoProvider.openResource(ZoneInfoProvider.java:212)
2.build the apk and install in android device
3.error in application:java.io.IOException: Resource not found: 
"org/joda/time/tz/data/ZoneInfoMap"

What is the expected output? What do you see instead?
the data folder should be available in decompiled folder list

What version of the product are you using? On what operating system?
windos 7

Please provide any additional information below.
part of stack trace:
java.io.IOException: Resource not found: "org/joda/time/tz/data/ZoneInfoMap" 
ClassLoader: 
dalvik.system.PathClassLoader[dexPath=/data/app/com.massist-1.apk,libraryPath=/d
ata/app-lib/com.massist-1]
05-20 09:52:50.339: E/AndroidRuntime(807):  at 
org.joda.time.tz.ZoneInfoProvider.openResource(ZoneInfoProvider.java:212)
05-20 09:52:50.339: E/AndroidRuntime(807):  at 
org.joda.time.tz.ZoneInfoProvider.<init>(ZoneInfoProvider.java:123)
05-20 09:52:50.339: E/AndroidRuntime(807):  at 
org.joda.time.tz.ZoneInfoProvider.<init>(ZoneInfoProvider.java:82)
05-20 09:52:50.339: E/AndroidRuntime(807):  at 
org.joda.time.DateTimeZone.getDefaultProvider(DateTimeZone.java:490)
05-20 09:52:50.339: E/AndroidRuntime(807):  at 
org.joda.time.DateTimeZone.setProvider0(DateTimeZone.java:444)
05-20 09:52:50.339: E/AndroidRuntime(807):  at 
org.joda.time.DateTimeZone.<clinit>(DateTimeZone.java:116)
05-20 09:52:50.339: E/AndroidRuntime(807):  at 
org.joda.time.DateTimeUtils.<clinit>(DateTimeUtils.java:48)
05-20 09:52:50.339: E/AndroidRuntime(807):  at 
org.joda.time.format.DateTimeFormatter.selectChronology(DateTimeFormatter.java:9
42)
05-20 09:52:50.339: E/AndroidRuntime(807):  at 
org.joda.time.format.DateTimeFormatter.parseDateTime(DateTimeFormatter.java:851)
05-20 09:52:50.339: E/AndroidRuntime(807):  at 
org.joda.time.DateTime.parse(DateTime.java:144)

Original issue reported on code.google.com by Sonal.Ra...@gmail.com on 20 May 2014 at 11:21

GoogleCodeExporter commented 9 years ago
Please attach the apk and let me know which version of Apktool you are using.

Original comment by connor.tumbleson on 20 May 2014 at 3:15

GoogleCodeExporter commented 9 years ago
I just checked with Yoda integrated project and it works

Original comment by pjakubc...@applause.com on 20 May 2014 at 4:23

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
In which case this is a a duplicate of #63, which was fixed in 2.x

https://code.google.com/p/android-apktool/issues/detail?id=63

Original comment by connor.tumbleson on 21 May 2014 at 11:43