[android-beginners] Re: Windows 7 issue? gen [in HelloAndroid] does not exist

2010-07-23 Thread Anil
in Windows; I don't know if it causes the problem you are asking about, but it is worth looking at. Anil wrote: I have been trying to get it up and running on Windows 7 but have had issues. Running Hello Android fails. Yes, I build, clean, build. Java 1.6.20, Eclipse 3.5.2, Windows 7

[android-beginners] Re: Windows 7 issue? gen [in HelloAndroid] does not exist

2010-07-23 Thread Anil
] Crashing/hanging problem with recent JDK/JRE update on Windows It is a link to: Crashing/hanging problem with recent JDK/JRE update on Windowshttp://www.eclipse.org/forums/index.php?t=msgth=171988start=0; Anil wrote: I installed Java 1.6.20 which avoids the Eclipse problem. Did you

[android-beginners] Windows 7 issue? gen [in HelloAndroid] does not exist

2010-07-22 Thread Anil
I have been trying to get it up and running on Windows 7 but have had issues. Running Hello Android fails. Yes, I build, clean, build. Java 1.6.20, Eclipse 3.5.2, Windows 7 (it is 64 bit but I installed the 32 bit Java and 32 bit Eclipse). Error Log: !ENTRY org.eclipse.jdt.ui 4 10001 2010-07-22

[android-beginners] Using the dev phone without a wireless carrier

2009-09-17 Thread Anil
Is it possible to use the dev phone without having a service contract with any mobile carrier? I want to use the dev phone in a class to teach app development using all the other features of the device except for telephony. Is that possible? Also, does anyone know of institutions that have

[android-beginners] can accelerometer sense short and long motions?

2009-03-09 Thread Anil
Hi, I wondered if the accelerometer sense short and long motions. for example, not just a 3 milimeter movement, but also a 30 meter move. If anyone knows, I would appreciate your sharing the information. thanks, Anil --~--~-~--~~~---~--~~ You received this message

[android-beginners] Re: can accelerometer sense short and long motions?

2009-03-09 Thread Anil
Frank clarified that the accelerometer only measures acceleration. But I was wondering... velocity in the real world is typically non-uniform right? Anil On Mar 9, 3:45 pm, Anil anil.r...@gmail.com wrote: Hi, I wondered if the accelerometer sense short and long motions. for example, not just

[android-beginners] Re: can accelerometer sense short and long motions?

2009-03-09 Thread Anil
Frank, Thanks for clarifying. I was wondering since velocity in the real world is typically non-uniform. - Anil On Mar 9, 4:05 pm, Jordan Frank jordan.w.fr...@gmail.com wrote: Short answer: No. Accelerometers measure acceleration, not velocity. So it might be possible to monitor

[android-beginners] Re: error: No repository found at https://dl-ssl.google.com/android/eclipse/.

2009-01-07 Thread Anil
). On Jan 6, 9:27 pm, Anil anil.r...@gmail.com wrote: I also get this error No repository found athttps://dl-ssl.google.com/android/eclipse/   Error reading update sitehttps://dl-ssl.google.com/android/eclipse/.   Unconnected sockets not implemented On Jan 6, 2:22 pm, Anil anil.r

[android-beginners] error: No repository found at https://dl-ssl.google.com/android/eclipse/.

2009-01-06 Thread Anil
Is anyone able to download and install the ADT plugin from ubuntu? (seems to be fine from windows). I am on ubuntu 8.10/eclipse 3.4.1 and get this error message: No repository found at https://dl-ssl.google.com/android/eclipse/. thanks, Anil

[android-beginners] need clarification on resolving intents.

2008-12-13 Thread Anil
in the example, an intent like { action=android.app.action.VIEW data=content:// com.google.provider.NotePad/notes } How can we be sure it will map to the the NotesList activity and not to the NoteEditor? thanks, Anil --~--~-~--~~~---~--~~ You received this message