I want to create a AVD using Culebra and ADB, but I think that isn't the correct way, maybe I need to use SKD Android.
OS: Windows 10
ADB is running:
netstat -an | findstr 5037
TCP 127.0.0.1:5037 0.0.0.0:0 LISTENING
Running Culebra:
AndroidViewClient-master\tools>python culebra -G
Empty device list, will wait 60 secs for devices to appear
........TIMEOUT HANDLER 3
Exception in thread Thread-4:
Traceback (most recent call last):
File "C:\Python27\lib\threading.py", line 801, in __bootstrap_inner
self.run()
File "C:\Python27\lib\threading.py", line 1073, in run
self.function(*self.args, **self.kwargs)
File "C:\Python27\lib\site-packages\androidviewclient-15.1.2-py2.7.egg\com\dtmilano\android\adb\adbclient.py", line 203, in timeoutHandler
raise Timer.TimeoutException("Timer %d has expired" % timerId)
TimeoutException: Timer 3 has expired
Is Culebra and ADB enough to create a AVD?