c:\svm>"java.exe" -jar "C:\svm\tools\apktool\apktool_2.3.3.jar" b "c:\TEMP\kodiak\Android_nextel.apk_28_05_2018-12_21_43\"
I: Using Apktool 2.3.3
brut.directory.DirectoryException: java.io.FileNotFoundException: c:\TEMP\kodiak\Android_nextel.apk_28_05_2018-12_21_43" (El nombre de archivo, el nombre de directorio o la sintaxis de la etiqueta del volumen no son correctos)
The problem is the name of directory. if name is ".apk"
if you eliminate the dot (".") in directory "Android_nextel.apk_28_05_2018-12_21_43" the problem is fixed
Okay, so using a "dot" in the folder name doesn't work. I haven't confirmed yet but just investigating tickets.
Tested on both windows and unix. Just made decoded directories the package name, so "foo.bar.baz" and had no issue.
Most helpful comment
Tested on both windows and unix. Just made decoded directories the package name, so "foo.bar.baz" and had no issue.