Any way to connect real device with eclipse using appium studio

I wanted to run my script my real device in eclipse from appium studio without any simulator(seeTest), Plz help me out from this

You need to export the code which is generated in Appium Studio and import it in Eclipse , resolve the dependencies (ideally via Gradle project ) and run the code from eclipse with Appium Studio still running