I'm working with sl4a.I chose to work with my laptop remotely.I followed the instructions below and everything is working fine.
1.copy 'android.py' into site-packages of python
2.start private server in sl4a
3.adb forward tcp:9999 tcp:58755
4.export AP_PORT=9999
5.work with python from terminal
Now I want to work on pydev in eclipse instead of mac osx terminal.How do I set the above configurations in eclipse(pydev)?