Titanium Studio working with Vmware or VirtualBox Android 4.0.3 virtual machine -


i using windows 7. installed titanium studio , updated it. load android sdk , java jdk 6. android api includes packages. after installations, set java_home , android_sdk params on windows system environment settings.

after that, installed android virtual machine (vmware virtualbox). found android eth0's ip , connected android virtual machine on windows command line below

m:\sdks\android\platform-tools>adb kill-server  m:\sdks\android\platform-tools>adb connect 192.168.230.128 connected 192.168.230.128:5555  m:\sdks\android\platform-tools>adb devices list of devices attached 192.168.230.128:5555    device 

after connected virtual android, created example on titanium studio. when select android devices run menu of titanium studio compiling sample app on android virtual machine, getting error below

[error] invalid --target value 'devıce' 

where doing wrong?

this unicode translating problem in titanium sdk.

please, bug ticket.

solution of problem, change language of operating system. example, in english (en). easy method on mac. not easy windows.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -