• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Socket connection issue

Hi,

I am trying to execute the vhal_emulator_test.py with the android car emulator (launched by building ASOP source), but i get error during the socket communication
ValueError: invalid literal for int() with base 10: ' '
localPortNumber = int(abdResp) at openSocket function at hal_emulator.py.

the value of abdResp is null on debugging. How shall we make this socket communication established? please advise?
 
Back
Top Bottom