Closed GoogleCodeExporter closed 9 years ago
I have the exact same problem. APKTool 1.4.3, Win 7 64-bit, Android 4.1.1
Original comment by exsc...@gmail.com
on 15 Oct 2012 at 6:06
So I think I understand the issue here. It comes from using a manifest that
has unix style directory structures, but recompiling on a Windows machine.
Taking the error: "invalid resource directory name:
c:\apktool\SystemUI\res/drawable-sw600dp"
Resource paths from the manifest will be built in the style
"res/drawable-sw600dp", which is then appended to the current working directory
(c:\apktool\SystemUI\) resulting in a path of
"c:\apktool\SystemUI\res/drawable-sw600dp"
However this is not a valid path in Windows -- that "/" between res and
drawable should be a "\"
I'm fairly new to Android so I can't say if this is an aapt issue or a manifest
issue (feel free anyone else to chime in), but I am fairly certain the issue is
in this area.
Original comment by peter.sa...@gmail.com
on 18 Oct 2012 at 7:30
Your aapt is out of date.
invalid resource directory names have to do with aapt. Nothing to do with
Apktool.
Original comment by connor.tumbleson
on 15 Nov 2012 at 12:51
I have the same problem and I downloaded latest Android SDK....But still same
problem existing..how can I solve it?
Original comment by jisha...@gmail.com
on 30 Jan 2013 at 4:36
Your aapt is out of date. That is the problem. Go check ALL your aapts. This is
not a bug.
Original comment by connor.tumbleson
on 30 Jan 2013 at 4:37
Original issue reported on code.google.com by
mariani...@gmail.com
on 13 Oct 2012 at 11:47