desword / android-apktool

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

Input file (working/SecPhone_DS) was not found or was not readable. #598

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Decompling SecPhone.apk
2.
3.

What is the expected output? What do you see instead?
Expected output:
D:\apktoolv3>apktool d apk/SecPhone_DS.apk working/SecPhone_DS
I: Checking whether sources has changed...
I: Smaling...
I: Checking whether resources has changed...
I: Building resources...
I: Building apk file...

Instead:

D:\apktoolv3>apktool d apk/SecPhone_DS.apk working/SecPhone_DS
Input file (working/SecPhone_DS) was not found or was not readable.

What version of the product are you using? On what operating system?
apktool version 2.0 beta 7
windows xp

Please provide any additional information below.

Want to de-compile SecPhone_DS.apk located in apk folder to working folder by 
typing the command as follows

apktool d apk/SecPhone_DS.apk working/SecPhone_DS

but i'm unable to de-compile getting the error as

Input file (working/SecPhone_DS) was not found or was not readable.

Original issue reported on code.google.com by mallikar...@gmail.com on 27 Jan 2014 at 7:15

GoogleCodeExporter commented 9 years ago
MigrationInstructions

Apktool 2.x uses -o

so

apktool d apk/SecPhone_DS.apk -o working/SecPhone_DS

Original comment by connor.tumbleson on 27 Jan 2014 at 4:18