I am trying to test my application on my phone. I have done this:
meteor build <bundle path> --server <host>:<port>
I took it aligned.apkfrom the build folder and placed it on my phone, but an error occurred while trying to install it.
I tried brew install android-sdkand downloaded the latest apk, but it still didn't work.
I'm not sure what I should do. Please, help.
source
share