desword / android-apktool

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

JPEG files are not recognized causing build failure #613

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to decompile an app that uses JPEG image files 
2. Those JPEG files are named as PNG files 
3. Try to build the unchanged decompiled files will fail.

What is the expected output? What do you see instead?
The image files should be named as jpeg files.

What version of the product are you using? On what operating system?
1.5.2 on MAC

Please provide any additional information below.
Weather Channel is an app that uses JPEG files. 

Original issue reported on code.google.com by w...@clutchmobile.com on 17 Mar 2014 at 11:16

GoogleCodeExporter commented 9 years ago
https://github.com/iBotPeaches/Apktool/commit/74153661dfc32435a22792f565b0e65b4d
e425e9

Added a new jpg. worked fine. 

Maybe this was a problem in 1.5.2? I can't duplicate in 2.x. Can you give me 
the name of the image so I can follow that one exactly? 

Until then, sorry. Couldn't duplicate.

Original comment by connor.tumbleson on 18 Mar 2014 at 3:36