I'm trying to add my favourite addons to Oman's XBMC apk, I decompile the apk with apktool (in command window);
apktool d (apk name), add extra files and compile back ;apktool b (apk name) without any problem...
Next step is signing the apk and I guess that part is the problem ...
I've copied compiled apk to signapk folder, open command window there and java -jar signapk.jar certificate.pem key.pk8 (apk name) (save apk name)
done this many times without any trouble before for 4.2.2 M6 boxes but now I have X apk not installed error on Kitkat (m8 Square box)
Any help will much appreciated

Comment