Hi Androids.
I have an LC app which I have developed for iOS. I now need to port it to and tweak it for Android. I have successfully installed the Android development environment and can test there. Now I need to get it on some hardware for proper testing. So I write out the .APK file. How do I get it on the hardware?!? Where do put it?!? Sorry for the lameness - can see how to do this anywhere!
I'm on Mac OSX BTW. Any wisdom appreciated.
Kind regards, Paul.
How to get .APK on to hardware?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 44
- Joined: Wed Feb 13, 2013 3:38 pm
- Contact:
Re: How to get .APK on to hardware?
Compared to Apple, moving an apk to an Android device is a piece of cake. You can do it any way that allows you to access the device:
- Put the apk in Dropbox on your Mac, open Dropbox on the device, tap the apk and it will install. You can use any cloud storage that has an Android client (Box, SugarSync, Google Drive, etc.)
Plug the device into the Mac via USB and drag the apk into one of the folders. On the device, navigate to the folder using any file manager and tap the apk.
Mail the apk to yourself as an attachment. Open the mail on the device. Tap the apk.
Use an Android utility that mounts the device on the Mac. My current favorite is the (free) DoidNAS. It mounts your device via Bonjour, and the device shows up in the Finder sidebar. Drag the apk to the device to copy it and proceed as in #2 above.
Use ES File Explorer (also free) on the device to connect to your Mac via FTP or LAN, copy the apk to the device. This used to work flawlessly, but if you are running OS X Lion or Mt Lion, SMB broke and it no longer works. But the FTP will work if you've set up FTP services on the Mac.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
-
- Livecode Opensource Backer
- Posts: 328
- Joined: Mon Dec 05, 2011 5:34 pm
- Contact:
Re: How to get .APK on to hardware?
Thanks Jacque,
That info on DroidNAS was very useful - I just tried it and it's much better than plugging in SD cards / Cables / etc. A Major increase in test phase productivity - much more efficient.
Thanks again.
Dave
That info on DroidNAS was very useful - I just tried it and it's much better than plugging in SD cards / Cables / etc. A Major increase in test phase productivity - much more efficient.
Thanks again.
Dave
Coding in the Sun - So much Fun.
Visit http://electronic-apps.info for released App information.
Visit http://electronic-apps.info for released App information.
-
- Posts: 44
- Joined: Wed Feb 13, 2013 3:38 pm
- Contact:
Re: How to get .APK on to hardware?
Thank you very much indeed Jaqueline! Excellent help.
Kind regards, Paul.
Kind regards, Paul.