sky201503 / android-apktool-1

Automatically exported from code.google.com/p/android-apktool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apktool can't build apk files.

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. while building apks for a custom rom it gives me an error
2. for example I write this code in cmd '' apktool b framework-res ''
3. but it won't gonna make the '' dist '' folder for me. and won't build it.

for more understanding my problem, here's the sceenshot of the problem in two 
pics in the attached files.


What is the expected output? What do you see instead?

instead of building apk, it won't build it.

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

Windows 7 OS. apktool v. 1.4.8
Please provide any additional information below.

Original issue reported on code.google.com by j.raw...@gmail.com on 2 Aug 2012 at 12:15

Attachments:

Original comment by connor.tumbleson on 17 Nov 2012 at 6:14

  • Changed state: Invalid
You have unescaped ' marks. If you decompiled/rebuilt and this error occurred 
without file modification.

It'll probably be an Apktool bug, otherwise you just messed up your XML editing.

Original comment by connor.tumbleson on 15 Nov 2012 at 5:30

  • Changed state: Waiting_For_Issuer
you're right, I messed up while translating some strings. 

Original comment by j.raw...@gmail.com on 15 Nov 2012 at 8:00