[android-developers] Re: emulator: WARNING: Unable to create sensors port: Unknown error

2012-01-10 Thread DougLeary
In my case the problem has nothing to do with the Hello app. The emulator doesn't seem to fully start up. The command window gives the unable to create sensors port warning and the emulator just sits there displaying the ANDROID logo on a black background. The phone's home screen never appears.

Re: [android-developers] Re: emulator: WARNING: Unable to create sensors port: Unknown error

2012-01-10 Thread Vladimir Chtchetkine
The warning Unable to create sensors port doesn't mean that emulator didn't start up properly. This is a warning, not an error. The meaning of this warning is to notify the user that realistic sensor emulation that uses sensors on an actual device will be not available. It doesn't affect anything

[android-developers] Re: emulator: WARNING: Unable to create sensors port: Unknown error

2012-01-08 Thread wasder
Take the comma out of the string so that tv.setText(Hello, Android); becomes tv.setText(Hello Android); On Jan 3, 6:00 pm, OpaSmurf opasmur...@gmail.com wrote: I got past the emulator warning by building from the command line but the page

[android-developers] Re: emulator: WARNING: Unable to create sensors port: Unknown error

2012-01-03 Thread OpaSmurf
I got past the emulator warning by building from the command line but the page at: http://guide/developing/building/building-cmdline.html fails to load so finding the correct commands to issue is a challenge. I have twice built/installed the project but have been unable to restart. Perhaps this

[android-developers] Re: emulator: WARNING: Unable to create sensors port: Unknown error

2012-01-02 Thread Janish Aggarwal
I am also getting the same response. Unable to run the code. Please help anyone! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

[android-developers] Re: emulator: WARNING: Unable to create sensors port: Unknown error

2011-12-28 Thread OpaSmurf
Hello, Android fails to display in avd. AVD displays and animates. After ~34 minutes get “Failed to install HiDroid.apk”. Should I not expect text from “http://developer.android.com/resources/tutorials/ hello-world.html” to display on screen? Possibly relevant messages are : WARNING: Unable to