Building apk on Windows

I run this command to build my apk:
meteor build …/output-build --server myServer --mobile-settings ./imports/settings.json

I generate everything correctly but when I try to install my app I get “Analysis problem”.
Also on Windows I can see this on the properties (not the name) of my apk file: Ë¢»ú´óʦӦÓð²×° (.apk)

Anyone with the same problem?