Android :: Cannot Get Android Emulator V1.7 On Windows XP
Feb 12, 2009
I cannot get the android emulator v1.7 on Windows XP to resolve DNS host names I know this is an oft-visited topic on these forums, but after reading the threads I have not found "resolution". I am running the emulator on Windows XP, on a notebook with a disconnected ethernet interface and a connected WiFi interface. My network is behind a router at 192.168.1.1, which provides DNS to machines on my network, according to the settings given to it by my ISP. I am not overriding anything in my hosts file. I have tried specifying "-dns-server 192.168.1.1" to the emulator, but it complains that it cannot resolve that host name and will use the default. I have tried specifying a DNS server on the Internet via "-dns-server tasty.cornbread.com". The emulator again complained that it could not resolve the DNS server. I have tried disabling my unconnected NICs. This did not help. I have tried specifying -verbose to the emulator to see what it is using for DNS, but I didn't see anything in its output regarding DNS (except the suspicious ndns=1). No other application that I use on this machine has any problems with DNS. I have run out of ideas.
View 5 Replies
Apr 4, 2010
Right now my app needs to use the device´s (emulator´s) Internet connection. Ive read before that since my computer has Internet the emulator should be able to access it. On linux everything works but on windows the emulator can´t find the DNS I´m using, event if I add -dns-server 8.8.8.8,8.8.8.7 on Eclipse´s launch options.
Ive tried on Android 1.6 and 2.1. Is there anything else I should try?
View 9 Replies
View Related
Aug 27, 2009
Can we uninstall android Application packages such as Music, Media Provider application and re-intsaller it in windows android emulator? I've modified source code of these applications in android source code in linux machine, now I wanted to install APK files in windows Emulator. Can I do that?
View 2 Replies
View Related
Feb 25, 2009
I want to add some images to gallery in android emulator of windows SDK. When pictures application is launched it is saying no pictures found. How to mount a SD card on android emulator on windows SDK and copy images into it?
View 2 Replies
View Related
Sep 7, 2010
Can't understand how to browse android emulator sd card. I am using IDEA, not Eclipse and can't use Eclipse tool for this purpose.
View 3 Replies
View Related
Sep 22, 2010
I tried to connect to internet behind proxy in windows.But I cant. I tried with the "-http-proxy" in command line and in eclipse but both did not worked for me.
View 1 Replies
View Related
Jan 18, 2010
I know that Google elected Windows XP (eXtra Problems) to be the minimum operating system, but was anyone here able to run it on win2k? Being able to run the emulator OR install the native driver (to debug in the device) would be enough. I really would not like to have to buy a new computer just because of android. Since I already work with many other platforms without problems.
View 11 Replies
View Related
Sep 25, 2010
I'm at complete odds over configuring a proxy to inspect the HTTP(S) traffic for the app I'm developing. I've tried running Fiddler2 and Charles Web Proxy, both run on 127.0.0.1:888, and starting up the Android emulator with the parameter:
To test it out I open the Android browser. I see in Fiddler2 that the request is routed through the proxy. However, only RARELY does the request receive a successful response. In most, and when I say most I mean 99% of the time, the request is retried and fails again with the Android browser telling me "The server failed to communicate". Has anyone found a way to configure Fiddler2 or Charles for debugging HTTP(S) traffic through the Android emulator?
View 1 Replies
View Related
Aug 21, 2010
Is there any possible way to install Android Emulator itself on the windows. I would need that for the Testing purpose? Note: I dont want to install whole sdk. i just want install the Emulater itself. that emulator is just like that a phone for the testing purpose.
View 4 Replies
View Related
Nov 10, 2010
i cant wait to get my Xperia upgraded to 2.1! i have one issue though. i only have access to a work PC with XP but no admin account (big corp, so no chance of getting it temporarily) or my housemates Mac. my girlfriend has a laptop but she wont be home until next weekend are there any non-windows/non-admin methods of upgrading?
View 6 Replies
View Related
May 21, 2010
I have had DC 2.08.1 installed for about 2 weeks with no issues. I decided to go ahead and partition the SD to utilized apps2SD as I was having memory issues. That process, while not smooth, went through okay and the SD card is working with the partition and apps2SD. However, ever since that was completed, my Windows 7 box no longer recognizes the phone either as a phone or as a drive. My Linux laptop recognizes the drive without issue.
Any suggestions on how I can reintroduce my phone to the Windows box, at least as a drive?
View 2 Replies
View Related
Aug 6, 2010
I created a sqlite database to store playlists for a media player I am developing because of extended feature (rather than using the Content Provider). It works perfectly on the 1.6 emulator but FCs on anything higher than 2.0... what has changed that I need to know about as far as opening databases in SDK 2.0+? Here is the logcat.
CODE:.............
Here is the dbhelper class
CODE:................
why can't stackoverflow just use tags like a normal syntax highlighter.
View 2 Replies
View Related
May 19, 2009
Unable to play youtube videos on SDK 1.5 emulator - but playing well on SDK 1.0 emulator. Can you update the source....
View 7 Replies
View Related
Apr 13, 2010
Finally strace gave me this:
CODE:................
And several other attempts to call "link" that also fail (sshfs does not support hard links).
Is it possible to change the emulator's behavior to create lock files somewhere in /tmp (using some hash of image path as lock file name)? I am OK to try this myself: which repositories from https://android.git.kernel.org/ are necessary to rebuild the emulator alone, and where in the sources is the code responsible for image locks?
View 4 Replies
View Related
Apr 20, 2009
I need to run several emulator instances to test my application. When i try to run instances using emulator -data <path> option, the emulator crashes.
I got a MS Visual Studio window informing that emulator throws a "unhandled win32 exception".
The exception message in the debugger (MS Visual Studio 2008) is: "Unhandled exception at 0x77c4706c in emulator.exe: 0xC0000005: Access violation reading location 0x03216848"
The emulator runs normally without "-data" option.
View 2 Replies
View Related
Nov 1, 2010
I am getting the following error when I try running my program in the emulator:
emulator: ERROR: the user data image is used by another emulator. aborting`
View 1 Replies
View Related
Apr 8, 2009
Is there a way to reload an Android application in the emulator without closing the emulator, saving any code changes, and running the emulator again? If I make even a simple change to the layout, it takes about 30 seconds by time I run it in Eclipse and Android "boots", and I can unlock the emulator to run the application. Is there any way to shorten this time when making changes, or is it something I just have to deal with?
View 3 Replies
View Related
Mar 16, 2010
I downloaded the most recent version of Android for linux (android-sdk_r05-linux_86.tgz). I was trying to use the the Android Ant task(s) for packaging, building, and deploying my code. I should mention that I'm running AMD64, but have the 32-bit libraries installed. The Android Ant tasks are all broken.
First, the start-emulator task never gets the emulator running. It does get past starting adb, but then just sits there.
Second, the SDK is missing the aapt binary in the tools directory. So, the example notepad sample application will not even package correctly.
I have all the dependencies configured for Android. I can run it from the command line just fine.I assume the Ant code is out of sync with the recent SDK updates. Can anyone shed some light on this problem? At this point, I'm considering writing my own Python scripts to interact with the Android SDK. Ugh.
View 1 Replies
View Related
Sep 24, 2010
In my dummy application i want to send MMS. But i don't know how to check it.I know that we can send SMS from one emulator to another but, is it possible for MMS? If yes then how it can be done.
View 3 Replies
View Related
Feb 10, 2010
I intend to use the Android Emulator to send/receive SMS. I send SMS to the emulator using the sms send command. I'm aware of emulators being able to converse with each other over SMS but would it possible to receive that the SMS reply sent from an Android Emulator on a external TCP port?
View 1 Replies
View Related
Aug 9, 2009
I cannot get windows to install the SDK drivers instead of its preloaded disk drivers. I have tried to do a manual update from the device manager, but windows believes it knows better and says the best drivers are already installed. I also tried to shut of the automatic driver installation through the system settings but it still installs its own drivers. This is getting extremely frustrating, when i run adb it says that there is no device connected.
View 3 Replies
View Related
Jun 14, 2010
I have an Evo 4G and I'm eventually trying to root it (the right way). I'm trying to install the SDK (for Windows XP) and I'm having an issue. I installed the Sun Java JRE, HTC Sync and I downloaded the SDK. I re-booted my PC, then enabled USB debugging on my Evo and plugged it in to a high speed USB port and then let Windows find the drivers. Now I did a test to make sure the SDK was installed correctly. I went to "android-sdk/tools", then opened a command prompt and entered "adb devices" to make sure that I can see the device's serial number...but I keep getting this...'adb' is not recognized as an internal or external command, operable program or batch file".
I keep getting this error message even after I prompt to the tools directory. I tried re-installing drivers, I tried deleting and re-installing all software and nothing seems to do the trick. I still keep getting "...is not recognized as an internal or external command, operable program or batch file".
View 3 Replies
View Related
Aug 18, 2009
I want to modify the usb_windows.c in /system/core/adb and recompile a new adb.exe to test our platform. but, when i use "make HOST_OS=windows", it failed. i use ubuntu 8.04 and i can build with "make HOST_OS=linux". does anyone know how to build my adb.exe?
View 12 Replies
View Related
Jul 27, 2010
These days it seems like all you hear about are Iphones and Droids. Are Windows OS phones on their way out?
View 2 Replies
View Related
Nov 3, 2010
just installed it wow this is awesome would look amazing on a tablet. but htc desire for now.
View 21 Replies
View Related
May 16, 2009
Anybody can send the link how to install Android SDK 1.5 on windows XP. I have install many times according to this link.
http://www.buildcontext.com/blog/2008/11/21/android-sdk-browser-test-...
It is not displaying the simulator.
View 5 Replies
View Related
Mar 26, 2010
Has anyone tried to develop an android app on windows 7? It says that it isn't a supported OS, but sometimes that doesn't stop people from trying to develop on it anyways.
View 7 Replies
View Related
May 21, 2010
Looking to do iphone, android, and possibly windows phone development on a Mac Pro. What are the pluses and minuses of using a Mac Pro and a dual boot. Unlike most, Windows 7 will be the primary OS since most supporting software will be done with Visual Studio 08/10 over the next year. I have found driver issues from a few years ago. Do any of these issues still exist?
View 1 Replies
View Related
Mar 28, 2010
When I start setup I get this message: XML verification failed for http://dl-ssl.google.com/android/repository/repository.xml. Error: cvc-elt.1: Cannot find the declaration of element 'sdk:sdk-repository'.Failed to fetch URL reason: Unknown
Even when I force the download to use http nothing happens. I get no downloads etc for the SDK.
View 2 Replies
View Related
Dec 17, 2009
The short version of my issue at hand.
Windows 7 Professional x64
Java JDK 1.6.0_17 x64
Eclipse Galileo wADT Plugin installed
Android SDKtools r04
Since the Android SDK download now only includes the tools, you have to run the included SDK Manager application (SDK Setup) through which you can download the platforms, additional tools, docs,etc.
Under my current configuration SDK Setup bombs on launch, so, I can't do anything since I do not have a single platform to start writing against...I've read a few places that the fix is "just install the 32 bit JDK and all will be well" that seems surprising and disappointing option for a work around(downloading it now to try).
My question is this, anyone else run into this same issue and how did you get past it? Is there a place I can "download by hand" the components I need that I missed on the Android SDK site?
Odds are pretty good that the 32 bit "fix" will work, but that seems wrong that I'll have to install a secondary version of the same SDK/JRE just to run this tool and to download the actual Android SDK components
UPDATE: Well, the work around that requires you to also install 32 bit java and referencing that as your JAVA_HOME worked, either by calling the SDK setup manually or through eclipse. I'm not particularly happy with that, so I'll leave this one open for the time being in case there are other ways to get this done that people may know about.
UPDATE 2: Not directly related since it is Linux centric, but there are troubleshooting steps if trying to run the SDK/Eclipse under Linux 64bit where they reference the need to be able to run 32 bit, but nothing similar under windows x64
FINAL UPDATE (?) Taking the info Seth's answer gave me, and running the bat manually(once I knew what file SDK Setup was running) the answer for me was simply adding ANDROID_SWT path variable that pointed to a valid location with the x86_64 swt.jar....the android sdk directory had one, seemingly in the right place, but it couldn't find it until I added that to my path.
View 7 Replies
View Related