I am new to this so I’m not sure its possible. I am trying to find some literature about downloading an app to my device that I have created straight from my eclipse. Just for testing purposes. Does anyone have some links or instructions? Thanks for your help.
Share
I think you’re asking how to install the app you made in Eclipse directly onto your device, is that correct?
If so…
If you don’t want to install the drivers you can alternatively…
Go to the folder where your app project is located and open up the folder named bin. In there you should find [YourAppName].apk in there. You can then e-mail this to yourself, or transfer it onto the device’s SD Card. From there you need to use a file management app to open the file and install it.
The first option may take longer at first, but makes developing much easier and faster in the long run. The second option is just the most basic manner of accomplishing it.