MutanatArtyom, the real error is:
C:\Users\user\AppData\Local\Temp\And52C8.tmp\app\src\main\res\values\strings.xml:3:1-61: AAPT: error: unescaped apostrophe in string
C:\Users\user\AppData\Local\Temp\And52C8.tmp\app\src\main\res\values\strings.xml:3:1-61: AAPT: error: not a valid string.
One of the localizations strings in file:
\app\src\main\res\values\strings.xml:3:1-61
have ` char, that should be rewritten as \` to fix error in deployment process.
The 3 seems to be a line of that file, 1-61 are successful readed chars until error happened.