Re: [android-beginners] Re: Unable to deploy apps to AVD using Eclipse

2010-07-27 Thread Abduaziz Hasan
I give up I tried and tried and tried but nothing is coming :( this is the log from my Win7 machine: ___ [2010-07-27 18:12:47 - TestAnd] Android Launch! [2010-07-27 18:12:47 - TestAnd] adb is running normally. [2010-07-27 18:12:47 - TestAnd] Performing gosi.gest.Testme

Re: [android-beginners] Re: Unable to deploy apps to AVD using Eclipse

2010-07-26 Thread Abduaziz Hasan
@Sam Thank you for your support. I have tried different configurations and disabled the antivirus and the firewall though I doubt this is related to anyone of them. @DanH Yes that is right, but considering the large number of developers who are using the SDK without any problem leave me with

Re: [android-beginners] Re: Unable to deploy apps to AVD using Eclipse

2010-07-26 Thread Kostya Vasilyev
Data Execution Protection is not unique to 64 bit. First appeared in XP, I believe. In fact, I have it enabled (at default level) and having no problems with the emulator. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 26.07.2010 23:40 пользователь DanH danhi...@ieee.org написал: Also, I

Re: [android-beginners] Re: Unable to deploy apps to AVD using Eclipse

2010-07-26 Thread Sam Hobbs
Evidently there are two versions of DEP; the earlier version is done using software and a newer version that uses hardware. The hardware version exists only in 64-bit processors and is used only by 64-bit Windows. DEP can prevent code from being executed that is in memory designated as data.

Re: [android-beginners] Re: Unable to deploy apps to AVD using Eclipse

2010-07-25 Thread Kostya Vasilyev
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

Re: [android-beginners] Re: Unable to deploy apps to AVD using Eclipse

2010-07-25 Thread Abduaziz Hasan
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 kmans...@gmail.comwrote:

Re: [android-beginners] Re: Unable to deploy apps to AVD using Eclipse

2010-07-25 Thread Kostya Vasilyev
25.07.2010 13:01, Abduaziz Hasan пишет: BTW, can this be related to Windows 7? I mean is there anyone who is using Windows 7 and not having the problem? Yes, I don't any problems with the emulator on Windows 7. Maybe there are others :) -- Kostya Vasilev -- WiFi Manager + pretty widget --

Re: [android-beginners] Re: Unable to deploy apps to AVD using Eclipse

2010-07-25 Thread Abduaziz Hasan
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 danhi...@ieee.org wrote:

Re: [android-beginners] Re: Unable to deploy apps to AVD using Eclipse

2010-07-25 Thread Abduaziz Hasan
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

Re: [android-beginners] Re: Unable to deploy apps to AVD using Eclipse

2010-07-25 Thread Kostya Vasilyev
Maybe... Why don't you try creating a new AVD using the command line, and make sure there are no spaces or non-english characters in its pathname? Also, do you run an antivirus? I use NOD32 and don't have any issues with it. Just for test purposes, you could try disabling yours. -- Kostya

Re: [android-beginners] Re: Unable to deploy apps to AVD using Eclipse

2010-07-25 Thread Abduaziz Hasan
I did create an AVD using the command line and specifying the target path under c:/avd but with no use. As for the anti-virus I use avast and really doubt it has anything to do with it. I tried to disable the firewall since it might be a potential problem, still the problem not solved. It

Re: [android-beginners] Re: Unable to deploy apps to AVD using Eclipse

2010-07-25 Thread Kostya Vasilyev
No problems with NOD32 here either. Running Windows 7 64bit. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 26.07.2010 1:10 пользователь Sam Hobbs s...@samhobbs.org написал: Many people have had problems with Norton. It was pre-installed in my system but I cleared it out of my system and

Re: [android-beginners] Re: Unable to deploy apps to AVD using Eclipse

2010-07-24 Thread 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