Tagged Questions
3
votes
1answer
1k views
Eclipse DDMS window not showing any thing +android
my Eclipse DDms window not showing anything(empty logcat,empty file explore... etc) while running my app in emulator. Sometime it works if i restart eclipse but not all time. why such type of ...
2
votes
2answers
8k views
Android GPS cloud of confusion!
I am trying to design my first Android application with the use of GPS. As of right now, I have a drawable button that when clicked, alerts a Toast message of the longitude and latitude. I have tried ...
1
vote
1answer
125 views
gps time vs device time
I create a GPS tracking, but when I use DDMS to send coordinate to the emulator and I want to get time of this coordinate through
Date date = new Date(gpsPos.getTime_stamp()); //gpsPos is an obj ...
0
votes
2answers
110 views
Does anyone know how to create a folder tree in the Eclipse DDMS File Explorer?
I'm trying to create the path "/package name/databases" under the sdcard folder. Anybody got the secret?
0
votes
1answer
629 views
regarding error in starting DDMS
i have eclipse Galileo, SDK, and android on my system, the problem is that when i run eclipse,sometimes it runs and sometimes it says "failed to initialize Monitor Thread", unable to establish ...
0
votes
0answers
387 views
Problem running Hello World Application in Android using Eclipse 3.5, Win XP
I am facing with the problem running Android Hello World problem. I had downloaded and installed Eclipse successfully. I have also installed Android SDK using SDK manager successfully. The ADT plugin ...
0
votes
2answers
791 views
Android Development - App not loading on emulator, and DDMS not displaying anything?
I feel like i've searched google enough to now be in a position to ask this question without being one of those people who everyone hates. So before i state my problem i'd just like to say if an ...
0
votes
0answers
325 views
android emulator disconnecting from DDMS view when accessing file explorer
when i go to the DDMS view to access data folder of my app on an emulator, every thing works fine but after a few seconds the list of devices becomes empty which means that the DDMS lost connection ...
0
votes
1answer
397 views
Not getting output on emulator window
I am a beginner and trying to run Hello world application using developer.android.com.
I am using eclipse helios, Android 2.3, latest jdk and sdk. Using window xp so 32-bit versions are there.
I am ...