desword / android-apktool

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

Cannot install on Android Device #565

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. perform all steps as said in the web page
2. the apk file is created in the "dist" folder
3. copied the newly created apk file into the android device
4. tried to install.. did not install

What is the expected output? What do you see instead?
expected to get the apk file installed. while, did not install

What version of the product are you using? On what operating system?
1.5.2 JDK 1.6.0_37 Windows 8 64 Bit

Please provide any additional information below.
all steps executed without errors. but the resulted apk file did not install on 
the android device.

E:\apktool-install-windows-r05-ibot\apktool-install-windows-r05-ibot>apktool if
Agentry_6.0.36.0_Client-Android.apk
I: Framework installed to: C:\Users\nivin\apktool\framework\127.apk

E:\apktool-install-windows-r05-ibot\apktool-install-windows-r05-ibot>apktool d A
gentry_6.0.36.0_Client-Android.apk
I: Baksmaling...
I: Loading resource table...
I: Loaded.
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: C:\Users\nivin\apktool\framework\1.apk
I: Loaded.
I: Regular manifest package...
I: Decoding file-resources...
I: Decoding values */* XMLs...
I: Done.
I: Copying assets and libs...

E:\apktool-install-windows-r05-ibot\apktool-install-windows-r05-ibot>apktool b A
gentry_6.0.36.0_Client-Android
I: Checking whether sources has changed...
I: Smaling...
I: Checking whether resources has changed...
I: Building resources...
I: Copying libs...
I: Building apk file...

E:\apktool-install-windows-r05-ibot\apktool-install-windows-r05-ibot>

Original issue reported on code.google.com by nivin...@gmail.com on 6 Dec 2013 at 4:28

GoogleCodeExporter commented 9 years ago
APKs need to be signed after apktool use. If you did, then include a logcat 
during the install as a error free output of the apktool use isn't much help.

Original comment by connor.tumbleson on 6 Dec 2013 at 1:01

GoogleCodeExporter commented 9 years ago
I have signed the new apk.. everything is successful also the new apk installed 
on the android device but now it doesn't open. application crashes when opening.

Original comment by nivin...@gmail.com on 8 Dec 2013 at 10:05