I was planning on connecting my Raspberry Pi to my Android phone to both tether internet and open a TCP/IP port to communicate between an Android app and RasPi program, but it seems the Android SDK is only compiled for i386. Does anyone have any alternative options to do something similar?
As a side note, it seems there is an ADB-library written for micros: http://code.google.com/p/microbridge/. Perhaps something similar could be done on the RasPi?