I decompiled an app using apktool and without modifying it I recompiled it again.When I tried to install the produced apk into my phone,there was error massage "xApplication not installed".
After building the app, you have to sign the apk in order to install it on your device. You can use testsign.jar. You should also always check adb installation log to figure out what gone wrong.