Open GoogleCodeExporter opened 9 years ago
hmmm.
mError=0xffffffed (Unknown error -19)
Package Groups (0)
aapt can't even handle this. I will update to latest bleeding edge aapt from
AOSP, but we must be near a new SDK drop because current public tools can't
handle this apk.
Original comment by connor.tumbleson
on 20 May 2014 at 3:26
New AOSP bleeding aapt handles the apk without error.
The naughty resource doesn't exist. (hint UndefinedResObject). The dump of
resources prior to failures are mipmaps.
Look like we need to update something in our mipmap decoding and update the
internal aapts.
Original comment by connor.tumbleson
on 23 May 2014 at 12:05
Yay, progress!
Original comment by archon810
on 23 May 2014 at 12:06
https://github.com/iBotPeaches/Apktool/commit/0ece6cf1b309979afaf6e55ee4c6720d26
e20b3b
new aapt commit. Still need to fix mipmaps
Original comment by connor.tumbleson
on 25 May 2014 at 4:28
Original comment by connor.tumbleson
on 2 Oct 2014 at 7:14
Playstand also has this issue:
http://www.apkmirror.com/apk/google-inc/google-play-newsstand/google-play-newsst
and-3-3-2-apk/
Original comment by connor.tumbleson
on 6 Oct 2014 at 11:50
In the issue log provided for Play Newsstand
(https://gist.github.com/a5a2c68b8a722dd5f7c8) , I noticed a line about
undefined attributes (W: Could not decode attr value, using undecoded value
instead: ns=android, name=touchscreenBlocksFocus, value=0xffffffff).
I have a new framework file for Google apps here:
http://connortumbleson.com/apktool/frameworks/google-frameworks.apk
apktool if google-frameworks.apk -t google
apktool d com.google.android.apps.magazines-3.3-2014092802-minAPI14.apk -t
google
should work without issue. So Newsstand is not the same problem as Google+ /
GoogleNow. Still investigating.
Original comment by connor.tumbleson
on 6 Oct 2014 at 12:24
So the 1.apk framework that apktool generates usually isn't enough going
forward? Or can we expect the new version of apktool to correctly handle this
case in the future?
Original comment by archon810
on 6 Oct 2014 at 8:20
It'll be merged into mainline more than likely. I just held off initially since
the resources were from that preview SDK of L and were unaware if using those
would be dangerous.
Original comment by connor.tumbleson
on 7 Oct 2014 at 12:22
[deleted comment]
[deleted comment]
[deleted comment]
[deleted comment]
[deleted comment]
[deleted comment]
[deleted comment]
[deleted comment]
Now using apkmirror. I pulled version 4.9.0-84567213-413607930 of GooglePlus. I
did this mainly to help identify broken resources among the versions to help
isolate the problem.
However, this version (4.9.0) has no error. I then try the OPs version (4.4.0)
and the problem exists. So yes there is a problem, but the latest GooglePlus
does not experience this. I still think this bug is closely related to others,
so will keep this open.
I deleted all comments that had nothing to do with this issue.
Original comment by connor.tumbleson
on 27 Jan 2015 at 9:35
Original issue reported on code.google.com by
archon810
on 20 May 2014 at 3:08