lnln1111 / android-apktool

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

Build problem #298

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Decompile apk (Non-framework app; launcher)
2.Edit apk resources
3.Build apk

What is the expected output? What do you see instead?
Microsoft Windows [Wersja 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Wszelkie prawa zastrzeżone.

C:\Windows\System32>cd /D S:/Moje/Pulpit/EspierLauncherMod

S:\Moje\Pulpit\EspierLauncherMod>apktool b 'PATH_TO/EspierLauncherMod' 1.apk
Exception in thread "main" brut.androlib.AndrolibException: brut.directory.Direc
toryException: java.io.FileNotFoundException: 'PATH_TO\EspierLauncherMod' (Syste
m nie mo┐e odnalečŠ okreťlonej ťcie┐ki)
        at brut.androlib.Androlib.readMetaFile(Androlib.java:142)
        at brut.androlib.Androlib.build(Androlib.java:159)
        at brut.androlib.Androlib.build(Androlib.java:154)
        at brut.apktool.Main.cmdBuild(Main.java:182)
        at brut.apktool.Main.main(Main.java:67)
Caused by: brut.directory.DirectoryException: java.io.FileNotFoundException: 'PA
TH_TO\EspierLauncherMod' (System nie mo┐e odnalečŠ okreťlonej ťcie┐ki)
        at brut.directory.ZipRODirectory.<init>(ZipRODirectory.java:55)
        at brut.directory.ZipRODirectory.<init>(ZipRODirectory.java:38)
        at brut.androlib.res.util.ExtFile.getDirectory(ExtFile.java:55)
        at brut.androlib.Androlib.readMetaFile(Androlib.java:138)
        ... 4 more
Caused by: java.io.FileNotFoundException: 'PATH_TO\EspierLauncherMod' (System ni
e mo┐e odnalečŠ okreťlonej ťcie┐ki)
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.<init>(Unknown Source)
        at java.util.zip.ZipFile.<init>(Unknown Source)
        at java.util.zip.ZipFile.<init>(Unknown Source)
        at brut.directory.ZipRODirectory.<init>(ZipRODirectory.java:53)
        ... 7 more
In English: after b 'PATH_TO/EspierLauncherMod' 1.apk appears 'Can't find 
current path'

S:\Moje\Pulpit\EspierLauncherMod>

What version of the product are you using? On what operating system?
JRE 1.7
JDK 1.7
Win 7 x64 SP1

Please provide any additional information below.
apktool.jar, aapt.exe, aapt.bat in C:\Windows
jre, jdk and aapt paths added.

Original issue reported on code.google.com by dan.dan...@onet.pl on 2 Feb 2012 at 7:37

GoogleCodeExporter commented 9 years ago
FileNotFound errors mean the files couldn't be found. Nothing that Apktool is 
causing/doing.

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

GoogleCodeExporter commented 9 years ago

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