hello frenz i wanted to use android for developing mobile app.i have installed eclipse an java jdk and jre according to the steps given on android.developer site but i cant see the hello world application on emulator.I hav tried ample of ways but its not wrkin.I have vista home 32 bit Please help me.
+3
A:
You need to learn how to Debug in Eclipse and how to use the ADB and DDMS tools.
In order to get more details about an exception/force close you need to look for a view in Eclipse called Logcat(you will find in the DDMS perspective) there you will find a detailed traceback when/what and on what line is the issue.
For this you should read a complete article about Debugging in Android using Eclipse
Pentium10
2010-07-27 11:09:31
ok.. i will try dis thnx for help
RashmiA
2010-07-27 16:44:51
+1
A:
Make sure you have done following
- Have u installed Android SDK?
- adb.exe path set in the eclipse IDE. Also add it to PATH variable.
Ankit Jain
2010-07-27 11:12:13
i hav installed sdk but d setup doesnt run properly it was installed initially bt later d setup.exe window is visible just for few sec an den vaishes as i tried to reinstall it.but d emulator is running properly frm eclipse an d adt is also imported properly..i hav added d path bt it isnt wrkin stil.. :-(
RashmiA
2010-07-27 16:53:48
as you have also seen logcat, the only thing I can suggest is to clean everything and start again.
Ankit Jain
2010-07-27 18:49:14