How to install my meteor app in android without USB debug

I use this command:
meteor build ~/Desktop/folder --server=.meteor.com

This create the next folders:
folder
folder / android
folder / appname.tar.gz

I copy the folder ‘folder’ in my android device and I run de .APK file -> folder / android / unaligned.apk

I get this error: ‘there has been an error parsing the package’

PD: I laready have a mobile-config.js file

1 Like

You must do the following steps before you can use the apk file:

Cant i use the app without sign it ?

Without signing you have to change your android settings.

Try out something like this: [URL content is no longer available]

but signing is no big deal