I am using windows 7. I installed Titanium Studio and updated it. Then i load Android SDK and JAVA JDK 6. Android API includes almost all packages. After this installations, i set JAVA_HOME and android_sdk params on Windows System Environment settings.
After that, i installed android virtual machine (vmware also virtualbox). I found android eth0's ip and connected to android virtual machine over windows command line as below
M:\SDKs\Android\platform-tools>adb kill-server
M:\SDKs\Android\platform-tools>adb connect 192.168.230.128
connected to 192.168.230.128:5555
M:\SDKs\Android\platform-tools>adb devices
List of devices attached
192.168.230.128:5555 device
After connected to virtual android, i created an example on Titanium Studio. When i select Android Devices from Run menu of Titanium Studio for compiling my sample app on android virtual machine, i am getting error as below
[ERROR] Invalid --target value 'devıce'
Where am i doing wrong?