Click here to Skip to main content
15,921,660 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have deployed my .apk file from my app to the emulator but the problem is that it is an older version of what I have developed at present.Any ideas how to update the apk to what I have currently in my project.What I mean is it is showing the apk file from two weeks ago where as I want the current apk file to be displayed.
Posted

1 solution

You can just run your app from eclipse, it should do the update the app for you.

Else you can unistall the application and run the following command adb install <path_to_your_bin>.apk
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900