kuter007 / android-apktool

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

Not able to Recompile #751

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. apktool d [apkname] (Succeed)
2. apktool b [apkfoldername] (Failed)
3.

What is the expected output? What do you see instead?
- Expected to have a re-compiled apk named [apkname]
- Not was output

What version of the product are you using? On what operating system?
- apktool_2.0.0rc3.jar
- Windows 7 64bit
- Java Version 8 Update 31

Please provide any additional information below.
Here is the output on dos prompt:

C:\Users\philip\Downloads>apktool b com.testing.appname
I: Using Apktool 2.0.0-RC3 on com.testing.appname
I: Checking whether sources has changed...
I: Checking whether resources has changed...
I: Building apk file...
I: Copying unknown files/dir...
C:\Users\philip\Downloads>

Original issue reported on code.google.com by hk1...@gmail.com on 21 Jan 2015 at 3:26

GoogleCodeExporter commented 9 years ago
Check com.testing.appname/dist

The apk goes there if an output (-o) is not selected.

Original comment by connor.tumbleson on 21 Jan 2015 at 2:00