I’m trying to figure out how to test on a Android Device. I am reading the documents Building and Distribution (Android). It gives me three options. I downloaded the Android SDK as noted below. When I open Android Studio I do not see anything close to add install.
I also tried downloading App Installer from Google on my MAC and the program was trying to get me to go from my device to my computer; but I want to go from my computer to the device. I also downloaded app installer on my device and it was also looking for apk’s on my device.
I would appreciate any help. Thanks Lori
Device Installation (This is from the Building and Distribution)
There are three methods to install an app on an Android device. You can not simply copy the .apk file over to the device.
Android SDK
If you have already installed the Android SDK, use adb install -r your-app.apk.
App Installer
Obtain an app installer from Google Play to assist with the process.