3

I'm testing an Android application I'm developing, and I want to install it to my phone some place else. (i.e. not by plugging it with a USB cable to the PC where Eclipse is installed)

Can I send the *.apk file to my e mail and download the file at home, and install it to my device?

Squonk
  • 48,735
  • 19
  • 103
  • 135
mobilGelistirici
  • 449
  • 4
  • 7
  • 19

5 Answers5

4

First of all you need to understand what is APK file.

Android application package file (APK) is the file format used to distribute and install application software and middleware onto Google's Android operating system.APK files are ZIP file formatted packages based on the JAR file format, with .apk file extensions.For more info check out here.

Hence it is enough for you to copy apk file for installing the App.And dont forgot to allow apps from unknown sources.For that process check here

krishna
  • 4,069
  • 2
  • 29
  • 56
2

Some easy steps:

  1. Download the APK files from somewhere.
  2. Go to your android device setting -> Security -> check the "Unknown sources" is ON.
  3. You are ready to go! Install your APK files.
ZygD
  • 22,092
  • 39
  • 79
  • 102
Mohammad
  • 21
  • 1
1

Yes. You can install apk in to the device. But make sure that Install app from unknown sources to be enabled in the settings of the phone.

PgmFreek
  • 6,374
  • 3
  • 36
  • 47
0

Yes apk file is enough to install in any android device.

Pandiri Deepak
  • 176
  • 3
  • 15
0

yes,apk file is enough to install in device

Harish Koona
  • 189
  • 4
  • 16