Deploy to Android device without connecting USB
I would like to deploy a test app to an Android device that is not physically located with me. Is there anyway to create a package that I can create to then be deployed to an Android device on a different computer?
Thanks in advance for any ideas!
3 Answers
-
Accepted Answer
You can also put the app.apk on your own website, download site, etc. There aren't restrictions distributing Android apps. You will however need to tell/set the other device to allow third-party applications.
-
Yep - in your project folder you'll see a build/android/bin folder - in which you'll see an app.apk. Copy it to the other machine and drop it onto the phone - you can then install it.
-
Well, I suppose that does make sense. Worked like a champ. –Thanks