lnln1111 / android-apktool

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

app not installed after building with apktool #288

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. java -jar apktool.jar d /home/mee/android/myapp.apk 
/home/mee/android/myapp_smali
2. do some changes or NO CHANGES
3. java -jar apktool.jar b /home/mee/android/myapp_smali 
/home/mee/android/myapp2.apk

What is the expected output? What do you see instead?
I just can't install the apk after built with apktool. Even if I don't make any 
chages...

What version of the product are you using? On what operating system?
apktool-1.4.3 I guess...i downloaded the latest version few days ago...and I'm 
using Fedora 16 with XFCE desktop. 

Please provide any additional information below.
I'm doing this on Dell Studio 1555 laptop.

Original issue reported on code.google.com by jaka.lut...@gmail.com on 9 Jan 2012 at 10:08

GoogleCodeExporter commented 9 years ago
You have to sign the apk after build with apktool.

Original comment by jayxon on 10 Jan 2012 at 2:10

GoogleCodeExporter commented 9 years ago
oh..

now i have another problem... I can't get adb command to work...but I guess 
it's not the right forum for that :)

anyway now i have to deal with this...

it's really strange though: I can normally run emulator it's just adb command. 
Eclipse doesn't recognise it either.

however thanks for your tip...

Original comment by jaka.lut...@gmail.com on 10 Jan 2012 at 2:50

GoogleCodeExporter commented 9 years ago

Original comment by connor.tumbleson on 19 Nov 2012 at 10:58