Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Device debugging error #15

Open
Crispelinho opened this issue Nov 17, 2022 · 0 comments
Open

Device debugging error #15

Crispelinho opened this issue Nov 17, 2022 · 0 comments

Comments

@Crispelinho
Copy link

I: Decompiling APK
Input file (WhatsApp.apk) was not found or was not readable.
I: Patching AndroidManifest.xml
I: Recompiling APK
I: Using Apktool 2.0.0-ec3fbf-SNAPSHOT on WhatsApp
Exception in thread "main" brut.androlib.AndrolibException: brut.directory.DirectoryException: java.io.FileNotFoundException: WhatsApp (El sistema no puede encontrar el archivo especificado)
at brut.androlib.Androlib.readMetaFile(Androlib.java:245)
at brut.androlib.Androlib.build(Androlib.java:257)
at brut.androlib.Androlib.build(Androlib.java:250)
at brut.apktool.Main.cmdBuild(Main.java:225)
at brut.apktool.Main.main(Main.java:84)
Caused by: brut.directory.DirectoryException: java.io.FileNotFoundException: WhatsApp (El sistema no puede encontrar el archivo especificado)
at brut.directory.ZipRODirectory.(ZipRODirectory.java:54)
at brut.directory.ZipRODirectory.(ZipRODirectory.java:37)
at brut.androlib.res.util.ExtFile.getDirectory(ExtFile.java:55)
at brut.androlib.Androlib.readMetaFile(Androlib.java:240)
... 4 more
Caused by: java.io.FileNotFoundException: WhatsApp (El sistema no puede encontrar el archivo especificado)
at java.base/java.io.RandomAccessFile.open0(Native Method)
at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:259)
at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213)
at org.apache.commons.compress.archivers.zip.ZipFile.(ZipFile.java:203)
at org.apache.commons.compress.archivers.zip.ZipFile.(ZipFile.java:182)
at org.apache.commons.compress.archivers.zip.ZipFile.(ZipFile.java:143)
at brut.directory.ZipExtFile.(ZipExtFile.java:28)
at brut.directory.ZipRODirectory.(ZipRODirectory.java:52)
... 7 more
I: Signing APK
java.nio.file.NoSuchFileException: WhatsApp\dist\WhatsApp.apk
at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:199)
at java.base/java.nio.file.Files.readAttributes(Files.java:1851)
at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1264)
at java.base/java.util.zip.ZipFile$CleanableResource.(ZipFile.java:709)
at java.base/java.util.zip.ZipFile.(ZipFile.java:243)
at java.base/java.util.zip.ZipFile.(ZipFile.java:172)
at java.base/java.util.jar.JarFile.(JarFile.java:347)
at java.base/java.util.jar.JarFile.(JarFile.java:318)
at java.base/java.util.jar.JarFile.(JarFile.java:298)
at com.android.signapk.SignApk.main(SignApk.java:320)
I: Patching Done

Please connect your Android device with USB Debugging enabled:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant