Issue
I use eclipse + ADT (andoid development tool) plugin to develop my android application.
I know during my development, I can run my application either on an emulator, or an android phone device(with data cable connected to my laptop).
BUT, now, I would like to run my application on a android Tablet(ZTE brand) during my development. How can I run it on the tablet?? I mean the tablet has no data cable to connect to my laptop, but only bluetooth.
- What I need to configure on eclispe?
- Can I just use bluetooth to connect the device, and trigger the application to run from eclipse?
- How to run my application on the tablet during development on eclipse?
Solution
Perhaps this question could help. It discusses how you can connect to adb through Wi-Fi.
Answered By - kgiannakakis
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.