Readers like you help support MUO. When you make a purchase using links on our site, we may earn an affiliate commission. Read More.
I'm developing a simple application on the Eclipse for Android using Android SDK. I want to install it on the mobiles and tablets, especially Samsung Galaxy Tab. How can I do it?
2012-10-28 04:22:50
Package into an apk, then transfer it onto your phone using USB or dropbox or mediafire, and check unknown sources in settings - security and then using a file browser such as Astro or ES file manager find the apk and click on it to install it
2012-09-08 14:10:14
you pack it into a .apk in eclipse, put the apk on your tab, open, and voila. :)
2012-09-07 12:03:41
Transfer the apk of your app to your android device by usb cable. Then enable unknown sources from settings->applications. Then use any file manager for android and use it to run the apk. Your apk will get installed:-)
2012-08-28 18:06:31
i created many android apps and i always Bluetooth(the simplest way) for transferring them from my laptop to smart phone and tabs, send only the .apk file and when ur device receives click to open and install .. U can also micro SD if ur Smart phone or tab supports.. some tabs also support usb port , in such cases u can use pendrive to transfer apk file..enjoy androiding :)
2012-08-26 23:07:26
Check this out http://www.andromo.com/features/
2012-08-26 15:09:21
After creating the apk file, you can connect either by bluetooth, data cable, sd card reader etc..., transfer it to your phone and install it :)
2012-08-26 06:05:30
Connect your tablet to your computer via mass storage mode and then copy the apk file into it.Locate the file and then install it.Note :- You'll need to allow installation of third party apps.If your tablet has ICS,then you can do this by going to Settings -->Security-->Allow installation from untrusted sources.
2012-08-26 03:11:59
it's probably in form of .apk since it's an android app. you can host it on mediafire or somewhere secured like a cloud drive, from your device go to the web find the file, download it and install it. also make sure your android device has unknown sources enabled. unless you have an old sony smartphone from att where it's not allowed. :(
2012-08-25 16:49:16
After packaging the app into an .apk file (there is an option for that in Eclipse), you copy it to your phone / tablet through usb (or by using dropbox, google drive or a upload site) and install it by opening the .apk file. You have to check 'unknown sources' in settings > applications on your phone before trying to open the apk file.