"there was a problem parsing the package" error on meteor mobile

I follow instructions here
i run simple command
meteor --verbose build ~/tk/build/ --server my-server.meteor.com

but while I installed my app (generated apk) in android i get a error
Parse Error
There was a problem parsing the package
why? android 5.1

What happens if you write –debug ind the end

D:\meteor\APPNAME>meteor build …/output --server=https://DOMAIN –debug

It works for me when I have not signed in my Android app, when testing