How can I install an application without any developer tools (Eclipse, Android SDK tools)?
I\'ve compiled and created an .apk file. Now I am gonna send this apk file
what i usually do is: 1. Through mail: i send the .apk to their mail id. 2. do open his mail in his mobile. and download the attached .apk. 3. it will ask for installation and do run.
The way I usually do this is:
You can deploy the .apk file on your local server(apache or jboss) with a static IP to make the file available for download. Now just open the download link of the apk file in your mobile browser. The device will automatically start the installation after the download completes.