Issue
I am working on an android application and I need to demo the app on a machine that is not my development machine. It actually sits in our conference room, is hooked up to a projector, and we demo our other products over GoToMeeting with it. I am curious as to the best way to demo my application to potential clients.
The easiest way I see this happening (other than pushing it onto my phone) is to install the SDK on the demo machine, and then push my APK to the AVD using the command line (a batch file if possible).
How would I go about pushing my APK to the AVD? I have seen (and have done) a manual push to an actual android device, but never to the virtual device (other than when eclipse does it).
While this is an acceptable approach I am curious how others demo their applications to remote users/clients/bosses.
Solution
Just push you apk to avd on the development machine...and do remote desktop from you conference room machine to development machine and demo you application on the projector.
Installing command will be same for both AVD and real device.
Answered By - Dinesh Prajapati
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.