Click here to Skip to main content
15,878,871 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to install android app on a mobile through usb in vb.net?
For e.g, in a form, there's a button, through clicking on the button, the app is intall on the mobile (:G) drive.
Any Ideas?
Posted
Updated 20-Feb-13 9:41am
v3
Comments
Kschuler 20-Feb-13 16:46pm    
So you're running a vb.net windows forms program on a mobile device? Or are you talking about a web site created with vb.net?
virajdaw 21-Feb-13 2:09am    
non, i'm running a windows form on desktop, then from the desktop application, i have to install an android app just by clicking on a button found on the desktop form !!
Any idea how to do that ??

1 solution

Consult the documentation on the Android SDK to find out what has to happen. It's very unlikely you're going to get any other response to this seeing as you're doing something that is extremely rare, if ever, done by anyone else. You have to find outexactly what has to happen to install an app on Android, and then you can figure out what to do in your VB.NET code.
 
Share this answer
 
Comments
virajdaw 21-Feb-13 6:23am    
Yes it's rare sir.
Thanks for your advice.
my lecturer asks me to do that..and i'm getting loads of difficulties
Dave Kreskowiak 21-Feb-13 8:24am    
Then ask your lecturer what has to be done. For a class, this is a ridiculous assignment.
virajdaw 21-Feb-13 8:33am    
will try too..
Thanks for support .

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