I tried working the Hello World application and the emulator freezes after it flashes the Android start screen. The home page is not shown. The last display on the console is
Before u start: I searched the google and stackoverflow, none of them gave clear answer. Situation: I\'m using Eclipse on Windows to develop Android application. So when I\'m trying to run the app, t
I searched in the web but i couldn find a single article deali开发者_Python百科ng in a straight forward way on how to find the vibrate on/off logs in logcat. If anybody who is aware of the procedure,
Somehow, I have deleted the code for the sample apps from the workspace开发者_如何学JAVA, but the apps still show up in the android emulator. How do I delete them?Inside the emulator go to the Setting
I\'m new to android app development but I\'ve successfully created my first real application in eclipse. It runs perfectly in the eclipse emulator so I compiled it and tried to install it on another e
I am setting up an Android environment for the first time on Eclipse. I have many years of Eclipse experience, but new to Android. This is being done on an Apple Mac Mini, running MacOSX 10.6.3. I am
I save preferences in one activities but not able to get saved preferences in other activity. I can access saved preferences in the same activity but not in other one.
I\'m having troubles using AudioRecord. An example using some of the code derived from the splmeter project:
I\'m facing a problem regarding to design issue, to understand problem i uploaded a screen shot first screen http://img38.imageshack.us/img38/1926/imag0062h.jpg
Has anyone tried to do a tcp client server app using the emulator using the pc as a server and the phone as the client?