I have signed my Android app (via the Export...
option), but how can I then run that apk (i.e., rather than the unsigned apk) on my device via Eclipse?
Asked
Active
Viewed 239 times
0

ban-geoengineering
- 18,324
- 27
- 171
- 253
-
You can directly install the signed apk in device then why your using via eclipse? – Remees M Syde Jan 02 '15 at 12:40
-
when you run with eclipse it will take unsigned apk from bin folder if you want to run your signed apk then copy the apk to device then install or you can use the adb tool – KomalG Jan 02 '15 at 12:41
-
no, u can copy apk in device and install apk – Naveen Tamrakar Jan 02 '15 at 12:41
-
you can use command prompt? adb install (yourapkfilepath) – Dhinakaran Thennarasu Jan 02 '15 at 12:54