One note:
I am trying to deploy the app using the "adb install " command but I noticed that the adb didn't find the avd device that I created using eclipse. I tried to list the devices registered using "adb devices" but no device was found although I have one "my_avd". Might this be the cause of the problem?? On Sun, Jul 25, 2010 at 5:24 PM, Abduaziz Hasan <[email protected]> wrote: > My path doesn't even have blank in it: > c:\users\{username}\.android\avd\my_avd.avd > > I am trying to do manual deploy of my app. If it works fine then I will > write an ant tool that will automate the process of deploying. > > Regards, > > > On Sun, Jul 25, 2010 at 4:42 PM, DanH <[email protected]> wrote: > >> Could be a problem with blanks in the path. Lots of tools have >> trouble with that, especially cross-platform tools. >> >> On Jul 25, 4:01 am, Abduaziz Hasan <[email protected]> wrote: >> > Hi Kostya >> > >> > Actually, my whole OS is in English so this will eliminate the >> possibility. >> > >> > BTW, can this be related to Windows 7? I mean is there anyone who is >> using >> > Windows 7 and not having the problem? >> > >> > Regards, >> > >> > On Sun, Jul 25, 2010 at 10:36 AM, Kostya Vasilyev <[email protected] >> >wrote: >> > >> > > Abduaziz, >> > >> > > Does your Windows home directory have non-English characters? >> > > (C:\Users\<your name>)? >> > >> > > I found that in this case (mine has Russian characters), the emulator >> has >> > > various problems. I use the command line to create the emulator in >> some >> > > other directory that has only English characters (e.g. "android create >> avd >> > > -p D:\Android\emulators\avd_1.6_qvga"). >> > >> > > -- Kostya >> > >> > > 25.07.2010 1:24, Abduaziz Hasan пишет: >> > >> > > Dear DanH >> > >> > > Thank you for your reply. >> > >> > > When I first started my AVD I waited for some time until it was >> > > initialzed and I was at the home screen. The problem is that my app >> didn't >> > > deploy as I did the same on Ubuntu and it started the once the AVD was >> > > initialized. >> > >> > > As for the second comment, it actually popped up once the AVD started >> > > under Ubuntu but not Windows. So this might be a Windows case. >> > >> > > Thanx and regards, >> > >> > > On Sat, Jul 24, 2010 at 11:26 PM, DanH <[email protected]> wrote: >> > >> > >> First off, the first time you start an AVD after creating it you have >> > >> to wait a VERY LONG TIME for it to configure itself completely. >> > >> > >> Secondly, I have found that, contrary to the docs, the application >> > >> does not "pop up" of its own accord once loaded, but instead you have >> > >> to press the Menu (I think) button. This may be something peculiar >> to >> > >> my config, but I suspect it's dependent on the particular AVD you >> > >> choose. >> > >> > >> On Jul 24, 1:35 pm, Abduaziz Hasan <[email protected]> wrote: >> > >> > Hi all, >> > >> > >> > I am new to Android development and have a very long experience in >> Java >> > >> > technology development. When trying to develop for Android, using >> > >> Eclipse >> > >> > and Android SDK, I have had a problems with deploying the apps, or >> > >> > simulating them, using the AVD. The problem is when I run the >> > >> application, >> > >> > through Eclipse, the AVD device booted normally but my applications >> > >> don't >> > >> > get deploy. >> > >> > >> > I have tried to solve it by changing almost everything in the run >> > >> > configuration and the Android preference. I even deleted the >> Android SDK >> > >> and >> > >> > installed it again but with no use. >> > >> > >> > My environment setup is: >> > >> > - Windows 7 >> > >> > - Eclipse Helios >> > >> > - Android sdk r06 >> > >> > - Android plugin for Eclipse 0.9.7.v201 >> > >> > >> > Now I have tried the same setup on Ubuntu 10.04 and it is working >> fine. >> > >> > >> > Anyone had a similar problem? >> > >> > >> -- >> > >> You received this message because you are subscribed to the Google >> > >> Groups "Android Beginners" group. >> > >> > >> NEW! Try asking and tagging your question on Stack Overflow at >> > >>http://stackoverflow.com/questions/tagged/android >> > >> > >> To unsubscribe from this group, send email to >> > >> [email protected]<android-beginners%[email protected]> >> <android-beginners%[email protected]<android-beginners%[email protected]> >> > >> > >> For more options, visit this group at >> > >>http://groups.google.com/group/android-beginners?hl=en >> > >> > > -- >> > > You received this message because you are subscribed to the Google >> > > Groups "Android Beginners" group. >> > >> > > NEW! Try asking and tagging your question on Stack Overflow at >> > >http://stackoverflow.com/questions/tagged/android >> > >> > > To unsubscribe from this group, send email to >> > > [email protected]<android-beginners%[email protected]> >> > > For more options, visit this group at >> > >http://groups.google.com/group/android-beginners?hl=en >> > >> > > -- >> > > Kostya Vasilev -- WiFi Manager + pretty widget -- >> http://kmansoft.wordpress.com >> > >> > > -- >> > > You received this message because you are subscribed to the Google >> > > Groups "Android Beginners" group. >> > >> > > NEW! Try asking and tagging your question on Stack Overflow at >> > >http://stackoverflow.com/questions/tagged/android >> > >> > > To unsubscribe from this group, send email to >> > > [email protected]<android-beginners%[email protected]> >> <android-beginners%[email protected]<android-beginners%[email protected]> >> > >> > > For more options, visit this group at >> > >http://groups.google.com/group/android-beginners?hl=en >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Beginners" group. >> >> NEW! Try asking and tagging your question on Stack Overflow at >> http://stackoverflow.com/questions/tagged/android >> >> To unsubscribe from this group, send email to >> [email protected]<android-beginners%[email protected]> >> For more options, visit this group at >> http://groups.google.com/group/android-beginners?hl=en >> > > -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

