Re: [android-developers] Emulator process killed while launching

2017-02-22 Thread Marina Cuello
Usually there is more info on the logs a bit upstream than the actual error. Do you get any extra info there? Marina On Wed, Feb 22, 2017 at 6:16 AM, pheromix wrote: > hi all, > > I am using Android Studio 2.2.3 > > I created a very simple project with the basic activity. > > When I run the pro

[android-developers] Emulator process killed while launching

2017-02-22 Thread pheromix
hi all, I am using Android Studio 2.2.3 I created a very simple project with the basic activity. When I run the project then there was this error in the Run tab : *Error while waiting for device: The emulator process for AVD Nexus_5X_API_25_x86 was killed.*My computer is windows7 64-bit , RAM

[android-developers] Emulator does not run

2016-12-13 Thread mertfiliz734
Hi, I wrote "Hello World " program in Android Studio. Then I created Android Virtual Device at AVD Manager. and run the emulator but emulator does not work. I saw this error mesage in the screen: PANIC: Unknown AVD name [My_Device_API_24], use -list-avds to see valid list. HOME is defined but c

[android-developers] emulator proxy settings, set non-proxy hosts?

2016-12-06 Thread Steven Gibbs
I am using the Android emulator with a proxy, and I'd like to be able to set a list of hosts that should NOT go through the proxy. Does anyone know if this is possible? I'd like to do this within the AVD/emulator, and not rely on the proxy server itself. emulator -avd Nexus_5_M -no-boot-anim

[android-developers] emulator: ERROR: Could not initialize OpenglES emulation, use '-gpu off' to disable it.

2016-09-22 Thread tomorrow chen
Hi All I'm debugging chromium in emulator in my dairy work. I set gpu:on to debug hardware draw. It work fine util today ,which show the following message : "Cannot launch AVD in emulator. Output: failed to create drawable getGLES1ExtensionString: Could not create GLES 1.x Pbuffer! Failed

[android-developers] Emulator with GPU doesn't display a window

2015-08-22 Thread hyc
Hi, I'm running Arch Linux and have the SDK r24.3.4 on my system. When I try to start the emulator with the "Use Host GPU" option, the emulator window never opens on my desktop. The emulator process is running at 100% CPU but I can't connect with adb or telnet to the emulator console. Starting

[android-developers] Emulator skin and hardware "recent apps" button...

2014-05-21 Thread Cyril
Hi there ! I've designed some "realistic" emulator skins for famous devices (Nexus 4, Galaxy S4, HTC One M8...), but now, I'm facing a problem. In the skin's layout file, how to handle/describe the hardware "recent apps" button that comes with devices like HTC One or Galaxy S5 ? I know "home" i

[android-developers] Emulator plus HAXM blocks hibernation

2013-04-29 Thread Simon Giddings
I am developing a tablet app and have installed HAXM release 03 from intel. When I want to put my PC into hibernate mode (Dell Vostro 1710 - Windows XP Pro SP3), I exit the emulator and eclipse, before going to hibernate mode. However, the screen goes black and then nothing else occurs, leaving

Re: [android-developers] Emulator

2013-03-06 Thread Kristopher Micinski
The problem isn't that there are fundamental problems with this approach. The problem is all those flakey hardware vendors you've never even heard of. Essentially you want to test all of the bugs in other vendor ROMs, otherwise testing on the emulator with tons of configurations *does* work. It'

[android-developers] Emulator

2013-03-06 Thread Ronoli
Hello Everyone, I'm not sure if this is possible but I thought about it in a dream last night I know that at this point that I am not capable, but I thought with all you smart people out there and all the energy I see around Android, somebody might be able to design an app just for dev

[android-developers] Emulator Language Options? Possible to get all supported?

2013-01-24 Thread Adam Ratana
Hello all, a previous topic on languages discussed the variability amongst devices in the wild in terms of which languages they support. The conclusion seemed to be that languages take up space and perhaps on phones, based on the geographical market, some languages are removed and others added

Re: [android-developers] Emulator 4.0.3 calendar create event not shown

2013-01-02 Thread Michael Chan
Hi, The month is base 0 i.e. December = 11. Try fixing that first. Another thing to check is to make sure that the calendar is being displayed -> check the calendar in Calendar -> Menu -> Calendars to display. If the calendar is not visible, go to Calendar -> Menu -> "Calendars to sync" and check

[android-developers] Emulator 4.0.3 calendar create event not shown

2012-12-28 Thread Greenhand
I followed the steps in http://mavenlog.wordpress.com/2012/01/22/how-to-adding-a-calendar-in-the-android-ics-emulator/ to add my Gmail account to the built in Calendar app in Android 4.0.3 emulator. Then, I adpated the code snippet in http://developer.android.com/guide/topics/providers/calendar

[android-developers] Emulator support for multi -display

2012-12-20 Thread anat cooperman
Hi I would like to test the new 4.2 Presentation API, which supports multi-display. for this aim i want to simulate a connection of an extra display to the emulator. is this supported by the emulator?, can i configure some virtual display or utilize an additional display connected to my dev syste

[android-developers] Emulator for Samsung GT-P3100 7"

2012-11-23 Thread jtoolsdev
I have a customer who reports that with my recent update the menu icon has disappeared. I'm assuming the whole bottom bar has disappeared. However my update took that into account and the target SDK is set at 11 and the build SDK for 9. I'm using the support-4 jar. The configuration for this

[android-developers] Emulator parameters for different devices

2012-11-20 Thread Francisco Marzoa
Hi there, Is there any kind of page or archive or whatsoever that has parameters on several Android devices so they can be copied into emulator instances to be as close as possible to their config? It is not difficult to find things like image resolution, display size (so dpi), RAM, etc. but

[android-developers] Emulator doesn't start after Systemupdate

2012-11-06 Thread Phillip Tole
Hi, I recently updated my Lubuntu 11.4 Version to 11.10. I also added some Resolutions in the xorg.conf file. I think it has something to do with the problem I have. Before the update, I had no problems starting the emulator. Now it's only possible with GPU enabled. But than the emulator-screen

[android-developers] Emulator - sdk 4.1 wallpaper does not scroll

2012-10-21 Thread MackCharlie
I have 2 emulators a)sdk 2.2 and b)sdk 4.1 The wallpaper does not scroll on the 4.1 when I pan between the home screens. But scrolls as expected on the 2.2 sdk. Is this a setting issue? Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" g

[android-developers] Emulator error

2012-10-21 Thread Aniket Kulkarni
Hi! I am new to android development. I have installed android sdk. I am using Eclipse to run the application. When I run application results in two errors as follows: *[2012-10-21 13:54:49 - Emulator] Failed to create Context 0x3005 [2012-10-21 13:54:49 - Emulator] emulator: WARNING: Could not ini

[android-developers] emulator: emulator window was out of view and was recentered

2012-09-25 Thread Charles Capps
I'm planning on creating a game, but am a bit new to 2D graphics in Android. I get the error in the subject and I can't decipher why. I have a relative view with a slider handle and a GameView class that just extends View. The GameView class doesn't do anything yet, just defines a constructor

[android-developers] emulator won't start

2012-08-27 Thread ichiro
Hi, guys. I am new to Android development. I set up Android SDK on Ubuntu, everything seems fine except the emulator won't start. I tried to start it from Android Virtual Device Manager, nothing happened. No popup, no error message. When I tried it in terminal by running "emulator @nameOfVi

[android-developers] Emulator Use Question

2012-08-22 Thread J.B.
Hi all, My client wants me to use the Intel HAXM emulator. Does anybody use it? How does it compare to the one in the Android SDK? Thx, JB -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-de

[android-developers] Emulator hardware keyboard mapping table?

2012-07-15 Thread Jonas Petersson
Hi all, Now that the emulator seemingly supports using the computer's physical keyboard in a more generic way, I have experimented a bit to try to get it to fully work. Specifically, I'd like to enter the åäöÅÄÖ characters without having to longpress A or O to get the popup menu and some fidd

Re: [android-developers] emulator problem whit 1920x1200 resolution

2012-07-10 Thread Mark Murphy
As of R19, the emulator did not support resolutions higher than WXGA800. I have not tried it again on R20, but I would not be surprised if it still does not work. One workaround, if you have a Linux development machine, is to use the Google TV emulator, which can run at 1080p. On Mon, Jul 9, 2012

[android-developers] emulator problem whit 1920x1200 resolution

2012-07-10 Thread yamamoto
Hi all, I'm new here and just starting to program. My tablet is an Asus Infinity witch has a resolution of 1920x1200, when I make an emulator with this resolution it just stays black. I tryed wit 1280x800 and that works. Wat im I doing wrong here ? Thanks for helping me out. -- You received thi

[android-developers] emulator problem 1920x1200 resolution

2012-07-10 Thread yamamoto
Hi all, I'm new here and just starting to program. My tablet is an Asus Infinity witch has a resolution of 1920x1200, when I make an emulator with this reolution it just stays black. I tryed wit 1280x800 and that works. Wat im I doing wrong here ? Thanks for helping me out. -- You received this

[android-developers] emulator size

2012-05-31 Thread ravi krishna matha
I was using the emulator i accidentally made some random clicks on the mouse, and the size of the emulator has reduced, half of the information is visible and the rest is cut, can anyone tell me why this is happening??? and how to rectify it -- You received this message because you are subscribed

[android-developers] Emulator displays a Blue screen and not displaying the google map

2012-05-30 Thread subramaniam.sanka...@googlemail.com
I am trying the very basic google maps api code. But it just gives me a blank blue page. My program is this Java code:: package com.project1; import android.os.Bundle; import com.google.android.maps.GeoPoint; import com.google.android.maps.MapActivity; import com.google.android.maps.MapControl

[android-developers] emulator won't run with -gpu on

2012-05-28 Thread Android007
Hi, When I try to run the emulator with hardware acceleration (on Ubuntu 10.04), the emulator gets stuck and I receive this message: Failed to create Context 0x3005 destroyOpenGLSubwindow not implemented for separate renderer process !!! createOpenGLSubwindow not implemented for separate renderer

[android-developers] Emulator errors in SDKControllerLib

2012-03-22 Thread kingtut
I am trying to get the hardware emulationworking with the new SDK, but when I add the SDKControllerLib and the SDKControllerSensorActivity projects I keep getting the following error: *"The method run() of type new Runnable(){} must override a s

Re: [android-developers] Emulator Issue (Android 4.0)

2012-03-13 Thread Narendra Singh Rathore
On Wed, Dec 7, 2011 at 2:35 AM, Muhammad Noor wrote: > Hi, > > I am new to the Android Technology, i have setup following the guide > mentioned on the website, and create my first project called "Hello > World"! I able to run that project fine first day, now its second day > and i added "LinearLa

[android-developers] Emulator for nfc in india

2012-03-04 Thread Shantanu Jain
Hi, I am a college student in India and my college project is based on NFC. There is no nfc-enabled android phone that has been launched yet in Indian market. So i can't deploy my app on any set available. Is there any emulator for NFC with which i can deploy my app easily??? -- You received this

Re: [android-developers] emulator date and time

2012-03-01 Thread TreKing
On Thu, Mar 1, 2012 at 7:51 AM, Jagruti Sangani < jagruti.sang...@inextrix.com> wrote: > i have made the all variable as public.but when i display that variable > out side listener then it will display as null.so what can i do. > On the very limited info, sounds like a scope issue. In no particul

[android-developers] emulator date and time

2012-03-01 Thread Jagruti Sangani
hello,i want to store the date and time in the form of -mm-dd HH:MM:SS in database.this date and time is of emulator.I have use the calender and it will give the time and date perfectly but i have access this all things in one method of listener.and i have made the all variable as public.but w

[android-developers] emulator-arm.exe has stopped working

2012-02-28 Thread Vicky
Hello Friends, This is my first day with Android and I managed to set up everything. However while running the HelloWorld application I am getting this error - emulator-arm.exe has stopped working and emulator just closes. I have read somewhere that we need to do some changes in Emulator settings.

[android-developers] Emulator networking problem

2012-02-24 Thread Robokop
Hi guys, I need to create the data connection between two android emulators running one on machine. I am not sure, but it probably should look like this: //server start adb devices adb -s emulator-5554 kill-server adb -s emulator-5554 start-server 10.0.2.15:5580 //redirection telnet 127.

[android-developers] emulator-x86 with hardware virtualization

2012-01-13 Thread Anirudh Sivaraman
Hi I read an earlier thread where it said the Android emulator was now capable of running x86 images, (for avd's such as the one used in Google-TV) but that it's performance was no better than conventional ARM emulation on ARM images. Has anything improved on this front , for instance, by explo

[android-developers] Emulator problem - HELP!

2011-12-29 Thread markmeld
Anybody seen this message? Emulator] Xlib: sequence lost (0x1 > 0xfff9) in reply type 0x1! Next line is Emulator disconnects... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@goo

Re: [android-developers] emulator: WARNING: Unable to create sensors port: Unknown error

2011-12-27 Thread Vladimir Chtchetkine
This warning is normal. It indicates that emulator was unable to establish connection with an app (running on an actual device) that feeds real sensor values to the emulator. If you don't care about sensors emulation, just ignore this warning. However, if you do care about sensors emulation, this w

[android-developers] emulator: WARNING: Unable to create sensors port: Unknown error

2011-12-22 Thread snowgoon
Hi all I keeping getting this message very time i try and run my app. I've had my app running but know i keeping get this mess!! Please please please help!! Thanks Snowgoon , PS I've un-installed everything and re stalled (I am going to create a new work space see what happens) ;-( [2011-12-2

Re: [android-developers] Emulator takes 15 minutes to start an app, something wrong ?

2011-12-13 Thread Satya Komatineni
I ran for 2 years on 2Gig of RAM. With ICS, on a spur, I have paid 30 dollars to upgrade my 2 year old laptop to 4Gig of RAM. Everything runs so much better. 2 Gig for a tablet emulator on windows 7 is just not practical. You will need 4 Gig of RAM on windows boxes, was my conclusion. On Tue, De

Re: [android-developers] Emulator takes 15 minutes to start an app, something wrong ?

2011-12-13 Thread Yang Bo
I think it is normal,it start very slow in my laptop (2G cpu,3G RAM) either... 在 2011-12-14 上午10:35,"SL@maxis" 写道: > > I am just playing with some sample applications, eg LunarLander. > > It takes about 10-15 minutes to start when run the application. Have I > missed something ? > > My machine: X

Re: [android-developers] Emulator takes 15 minutes to start an app, something wrong ?

2011-12-13 Thread Kumar Bibek
1 gb ram is a little less I would say. Whats your processor? Does the other apps run ok? Or they too are very slow? Sent from my Nexus S On Dec 14, 2011 8:05 AM, "SL@maxis" wrote: > > I am just playing with some sample applications, eg LunarLander. > > It takes about 10-15 minutes to start when

[android-developers] Emulator takes 15 minutes to start an app, something wrong ?

2011-12-13 Thread SL@maxis
I am just playing with some sample applications, eg LunarLander. It takes about 10-15 minutes to start when run the application. Have I missed something ? My machine: XP SP2, 1GB RAM, 10GB free space. Thanks. -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ -- You

[android-developers] Emulator Issue (Android 4.0)

2011-12-07 Thread Muhammad Noor
Hi, I am new to the Android Technology, i have setup following the guide mentioned on the website, and create my first project called "Hello World"! I able to run that project fine first day, now its second day and i added "LinearLayoutView.xml" under res/layout directory and change the .java fi

Re: [android-developers] emulator for motorola droid x

2011-12-05 Thread Mukesh Srivastav
OMG, Not Again this PhoneGAP... :(. On Mon, Dec 5, 2011 at 7:32 PM, TreKing wrote: > On Wed, Nov 30, 2011 at 11:51 PM, mohana priya wrote: > >> Hello android developers.can u please tell me How and where to download >> the motorola droid x emulator for android application with phonegap

Re: [android-developers] emulator for motorola droid x

2011-12-05 Thread TreKing
On Wed, Nov 30, 2011 at 11:51 PM, mohana priya wrote: > Hello android developers.can u please tell me How and where to download > the motorola droid x emulator for android application with phonegap.Thanks > in Advance. > Try the motorola droid x emulator and / or phonegap forums. ---

[android-developers] emulator for motorola droid x

2011-11-30 Thread mohana priya
Hello android developers.can u please tell me How and where to download the motorola droid x emulator for android application with phonegap.Thanks in Advance. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] Emulator Front Face Camera

2011-11-27 Thread nirm
Hi All, Do you know how can i configure in an Emulator the use of front face camera? there is no need for a real pic. 10x Nir -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegr

[android-developers] emulator sdcard setup to run my app

2011-11-13 Thread jaggu
[2011-11-13 22:50:47 - Wtsampler] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE [2011-11-13 22:50:47 - Wtsampler] Please check logcat output for more details. [2011-11-13 22:50:47 - Wtsampler] Launch canceled hi i have got this error like when iam excuting the my application even i gi

Re: [android-developers] Emulator seg fault.

2011-10-31 Thread Vladimir Chtchetkine
This should be fixed in SDK R15. On Thu, Oct 27, 2011 at 6:35 PM, Andres Adjimann wrote: > I'm using Android emulator version 14.0 (build_id > ICS_FACTORYROM-205994) on a debian amd64. > It seg faults on startup. If I rename the file /dev/video0 (a > gspca_sonixj webcam) then it start ok. I also

Re: [android-developers] emulator

2011-10-31 Thread Vladimir Chtchetkine
Prior to SDK R14 you were not suppose to have spaces in the path to the folder where you have installed SDK. This should have been fixed in R14 though. 2011/10/28 John Davis > You are not specifying a virtual disk image. In other words, you are > running just the emulator but not an emulator r

[android-developers] Emulator ICS : add account

2011-10-31 Thread arnouf
Hello, Now, in the emulator, to see calendar or add event I have to set an Exchange account. Does it exist a solution avoiding this ? I don't have an Exchange server ! Thanks for your help -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

Re: [android-developers] emulator

2011-10-28 Thread John Davis
You are not specifying a virtual disk image. In other words, you are running just the emulator but not an emulator running a specific machine. Put in terms of vmware, you are running a vmware software, but not the vmware software plus your pc's disk image. In terms of real hardware, you are boot

Re: [android-developers] emulator

2011-10-27 Thread midhun midhunvp
create folder called Android in C not inside the program files and put the sdk in it. then browse that folder in sdk manager. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegro

Re: [android-developers] emulator

2011-10-27 Thread midhun midhunvp
create folder called Android in C not inside the program files and out the sdk in it. then browse that folder in sdk manager. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegro

Re: [android-developers] emulator

2011-10-27 Thread rambabu mareedu
hi ...The problem is with the sdk ,,reconfigure the sdk -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-develope

[android-developers] Emulator seg fault.

2011-10-27 Thread Andres Adjimann
I'm using Android emulator version 14.0 (build_id ICS_FACTORYROM-205994) on a debian amd64. It seg faults on startup. If I rename the file /dev/video0 (a gspca_sonixj webcam) then it start ok. I also have a capture card on /dev/video1 that works ok. I want to use the web cam in the emulator, any a

[android-developers] emulator

2011-10-27 Thread rua jefwa
when i try to run my emulator i get something like this invalid command-line parameter: Files\Android\android-sdk\tools/ emulator-arm.exe. Hint: use '@foo' to launch a virtual device named 'foo'. please use -help for more information what may be wrong -- You received this message becau

[android-developers] emulator 4.0 and library project

2011-10-21 Thread ets23
With adt14 and android emulator 4.0 I have some problems when i made changes on a library source code and then I run the app who uses the library, eclipse doesn't relaunch the app but it bring the app to the front. This doesn't happen on a 2.3.5 nexus s, it relaunch the app when i modify the libra

[android-developers] Emulator shows pop-up " The application OpenWnn (process jp.co.omronsoft.openwnn) has stopped unexpectedly. Please try again later"

2011-10-21 Thread Surya
Emulator is working fine on my environment. But suddenly I noticed this pop-up that shows up quite frequently. There is no code change. Not sure why this pop-up shows up. I noticed the below exception in logcat. Any suggestion please? 10-20 14:45:01.522: ERROR/AndroidRuntime(417): FATAL EXCEPTIO

[android-developers] Emulator and the requiresSmallestWidthDp declaration

2011-09-29 Thread jtoolsdev
If one has created a Android 3.2 virtual device with a 7" 1024x600 screen and your app has android:requiresSmallestWidthDp=720 declared (for 10" or greater screens) shouldn't the emulator refuse to load the app? Currently it loads it. Or is this declaration only good for the Market? -- You r

[android-developers] Emulator hangs

2011-09-27 Thread Loai Ghoraba
Hi all I'm new to android and I'm facing some problems here. I'm using Ubuntu 10.10 and eclipse Helios. I have installed the SDK and ADT and now wants to run test the helloworld program. First, when running the application, it won't run and a pop up message will appear saying:"Couldn't launch the

[android-developers] Emulator

2011-09-21 Thread Andi
Hi, when my app is connecting to server (to another programm), the server (the programm) is registring the device of the app. So when I do this with the emulator the server(the programm) is registring the device with the device-id: "Simulator031128fc-5aad-433a-a10d-52bc88d6852c". Where does this I

[android-developers] Emulator Resoulution

2011-09-20 Thread venugopal reddy
How can I check Emulator 3.0 resolution. Pls help me -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+

[android-developers] emulator is not initializing

2011-09-19 Thread sky
WARNING: Data partition already in use. Changes will not persist WARNING: SD Card image already in use ko:Snapshot storage already in use These are the messages I see on the console.Please kindly solve this problem. -- You received this message because you are subscribed to the Google Groups "An

Re: [android-developers] emulator: android.process.acore has stopped unexpectedly.

2011-09-13 Thread Mark Murphy
On Tue, Sep 13, 2011 at 3:46 PM, John Goche wrote: > > Thanks Mark Murphy for your reply, > > I am developing on a brand new Sony laptop with: > > - Intel Core i5-2410M CPU 2.30 GHz > - 6 GB RAM > > Is this configuration not good enough? That should be fine for Android 2.x. Android 3.x will proba

Re: [android-developers] emulator: android.process.acore has stopped unexpectedly.

2011-09-13 Thread John Goche
In case anyone else has been experiencing the same problem. My solution was to delete the AVD and recreate it. Now I no longer get the error messages. Regards, John Goche -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g

Re: [android-developers] emulator: android.process.acore has stopped unexpectedly.

2011-09-13 Thread John Goche
Thanks Mark Murphy for your reply, I am developing on a brand new Sony laptop with: - Intel Core i5-2410M CPU 2.30 GHz - 6 GB RAM Is this configuration not good enough? I need to solve this problem soon but don't know what I should do. Thank you for your help, John Goche On Tue, Sep 13, 2011

Re: [android-developers] emulator: android.process.acore has stopped unexpectedly.

2011-09-13 Thread Mark Murphy
On Tue, Sep 13, 2011 at 7:56 AM, John Goche wrote: > P.S. Do all of these problems show up under Linux as well? They can. All of these are symptoms of a computer with either too slow of a CPU or insufficient RAM. What are the specifications of your development machine? -- Mark Murphy (a Commons

[android-developers] emulator: android.process.acore has stopped unexpectedly.

2011-09-13 Thread John Goche
Hello, I am having some problems with the various emulators. I am running 64-bit Windows 7 with the latest JDK SE 6 Update 27 and Eclipse 3.7.0 (Indigo) classic. I downloaded release 12 of the android sdk starter kit and installed the ADT plugin. I then installed several android SDKs and compiled

[android-developers] Emulator invalid command-line parameter

2011-09-12 Thread Chris
Install your SDK in a path that doesn't have spaces, and update said path in Eclipse. If you need more info try searching Google for help. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develo

Re: [android-developers] Emulator invalid command-line parameter

2011-09-12 Thread Logesh rajendren
run the emulator in command prompt. On Sun, Sep 11, 2011 at 3:59 PM, Bhaskar Anand wrote: > I created a Sample Android Project in Eclipse with a successful AVD created > . But As I am trying to run the Project ,Console is throwing following sets > of Error > > [2011-09-12 04:14:18 - App1] --

Re: [android-developers] Emulator Help

2011-09-12 Thread Rakshith Raj
May be your ram memory size is not enough it requires more than 2 gb On Sep 12, 2011 6:18 PM, "TreKing" wrote: > > On Sun, Sep 11, 2011 at 1:19 PM, Amol Sharma wrote: >> >> i have recently installed Eclipse and Android SDK API 13 .but after loading also it is also working very slowly.

Re: [android-developers] Emulator Help

2011-09-12 Thread Amol Sharma
thnx :) -- Amol Sharma Third Year Student Computer Science and Engineering MNNIT Allahabad On Mon, Sep 12, 2011 at 6:18 PM, TreKing wrote: >

Re: [android-developers] Emulator Help

2011-09-12 Thread TreKing
On Sun, Sep 11, 2011 at 1:19 PM, Amol Sharma wrote: > i have recently installed Eclipse and Android SDK API 13 .but > after loading also it is also working very slowly..is there any fix for > it ?? No. The SDK 13 emulator is slow. > does the size of sd memory selected in a

[android-developers] Emulator Help

2011-09-12 Thread Amol Sharma
Hi all, i am new in this android development..i have recently installed Eclipse and Android SDK API 13.created a hello world application i know that emulator takes time to load..but after loading also it is also working very slowly..is there any fix for it ??does the

[android-developers] Emulator web access behind proxy using HttpURLConnection()

2011-09-01 Thread Miles
Hi, I'm behind a proxy and have set-up the correct proxy settings in the emulator. I am therefore able to browse the net using the emulator browser. But in my app when using HttpURLConnection to open an input stream to any website I get a connection timeout. This only happens in the emulator,

[android-developers] Emulator Bootloop

2011-08-31 Thread Roger Heim
Every once in a while an emulator image would hang while booting and simply repeat the following in the logcat: 08-31 11:47:51.839: DEBUG/AndroidRuntime(1134): >> AndroidRuntime START << 08-31 11:47:51.850: DEBUG/AndroidRuntime(1134): CheckJNI is ON 08-31 11:47:51.960: DEBUG

Re: [android-developers] Emulator Compliance for Product Release?

2011-08-25 Thread TreKing
On Wed, Aug 24, 2011 at 8:55 AM, ColorTheorist < colortheorydevelo...@gmail.com> wrote: > What are your thoughts as a development community? Thought: the likelihood of the average end user knowing what an emulator is, let alone actually wanting to run an app on it considering the many limitation

[android-developers] emulator by accident

2011-08-25 Thread bob
A lot of times I start the emulator by accident in MOTODEV Studio. Anyone know how to kill it after this? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscri

[android-developers] Emulator Error

2011-08-24 Thread ashok n
I am facing an error on emulator start up::: i created virtual machine but is not lanching it shows the following error [2011-08-23 21:49:59 - Emulator] invalid command-line parameter: Files. [2011-08-23 21:49:59 - Emulator] Hint: use '@foo' to launch a virtual device named 'foo'. [2011-08-23 21:4

[android-developers] Emulator Compliance for Product Release?

2011-08-24 Thread ColorTheorist
Just a curious question, if as a developer, you find as a whole that it is necessary to make an application compliant with the emulator. Do some people actually download an app from the market with the intent on using it on their desktop away from their phone? I currently do not do testing on the

[android-developers] Emulator disables DPMS (then monitor doesn't sleep)

2011-08-19 Thread pb
I noticed that starting the emulator disables DPMS and it is not re- enabled when the emulator closes. So my monitor was never going to sleep until I re-enabled DPMS manually. Does anyone know why it does this and/or how to fix it? As a temporary solution I have wrapped the executable in a shell

Re: [android-developers] emulator issue

2011-08-16 Thread Mark Ayers
Move the SDK installation to a new folder in the root of the hard drive. This happens when there is a space in the path to the sdk. On Aug 13, 2011 10:13 PM, "arun kumar" wrote: > while running the app am getting the error..so how can i solve this > > Emulator] invalid command-line parameter:

Re: [android-developers] emulator issue

2011-08-15 Thread Mohit Agarwal
me too hvin... same problem..pls help us... On Sun, Aug 14, 2011 at 10:42 AM, arun kumar wrote: > while running the app am getting the error..so how can i solve this > > Emulator] invalid command-line parameter: plugins. > Emulator] Hint: use '@foo' to launch a virtual device named 'foo

[android-developers] emulator issue

2011-08-13 Thread arun kumar
while running the app am getting the error..so how can i solve this Emulator] invalid command-line parameter: plugins. Emulator] Hint: use '@foo' to launch a virtual device named 'foo'. - Emulator] please use -help for more information Thankyou arun -- You received this message because you

[android-developers] Emulator] invalid command-line

2011-08-08 Thread 1ML
I'm running Eclipse SDK Version: 3.7.0 Build id: I20110613-1736 With the latest downloads. I can't6 seem to solve this porblem Can anyone help Barry 1ML Systems -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, se

[android-developers] Emulator has Alzheimers (forgets who it is)

2011-07-27 Thread Clay Shannon
Hello Everyone, I've created my first ("Hello, World" type (actually, "Yeaux, Dudimus")) Android app. A lot of the stuff here I will probably later laugh at, but as I said, this is my very first attempt at an Android app (I'm pretty new to Java also, having come from the Delphi and then C# world

Re: [android-developers] Emulator bigger than my screen

2011-07-25 Thread rambabu mareedu
in creating of virtual device give builtin box HVGA mode then it will work On Mon, Jul 25, 2011 at 10:08 PM, Nasreen Ustad wrote: > Hi, > > Try to set ur emulator size, Go to 0n winsows menu-->Android sdk and > avd Manager then select one of ur emulator , click on edit button then > either se

Re: [android-developers] Emulator bigger than my screen

2011-07-25 Thread Nasreen Ustad
Hi, Try to set ur emulator size, Go to 0n winsows menu-->Android sdk and avd Manager then select one of ur emulator , click on edit button then either set skin resolution 320*480 or built in hvga. then click on edit avd then start and launch avd. Thats very simple, ok Bye On Sat, Jul 23, 2011 at

[android-developers] Emulator bigger than my screen

2011-07-25 Thread paulkinzelman
I'm just starting learning the Android development environment, managed to get Hello World going... However, the emulator window on my Vista display is larger than the display, some of it extends off the bottom of the screen. The tutorial doesn't say anything about how to fix that, and it looks

[android-developers] Emulator connectivity

2011-07-18 Thread kypriakos
Hi all, I have been working with real devices for a while and returning back to emulators now. I am able to port forward the iJetty web server (which is running on 10.0.2.15:8080) and I can now access it from the browser running on the local machine using localhost:8080. But to be able to see thi

[android-developers] emulator problem

2011-07-16 Thread Perry168
Hi all, Today, I upgraded the emulator. After that, a error show are following: invalid command-line parameter: Files\Android\android-sdk-windows \tools/emulator-arm.exe. Hint: use '@foo' to launch a virtual device named 'foo'. please use -help for more information What can I do? Thanks a lot!

Re: [android-developers] Emulator connectivity

2011-07-06 Thread Raghav Sood
The emulator will work fine if you connect via ethernet. The emulator will use it as a wifi connection. On Wed, Jul 6, 2011 at 2:25 PM, Navindian wrote: > I heard that Emulator needs wifi only to connect to internet. I dont have > wifi but with the network connection through cable or usb it wont

[android-developers] Emulator connectivity

2011-07-06 Thread Navindian
I heard that Emulator needs wifi only to connect to internet. I dont have wifi but with the network connection through cable or usb it wont work? What to do if I dont have wifi and wish to connect to localhost restful service. -- You received this message because you are subscribed to the Google

Re: [android-developers] emulator

2011-07-04 Thread Raghav Sood
http://developer.android.com/ On Sat, Jul 2, 2011 at 3:16 PM, obaidullah azmi wrote: > emulator: ERROR: unknown virtual device name: 'hello' > emulator: could not find virtual device named 'hello' > > sir, >i use windows 7 when i start the emulator then face above problem > while my jdk path

[android-developers] emulator

2011-07-04 Thread obaidullah azmi
emulator: ERROR: unknown virtual device name: 'hello' emulator: could not find virtual device named 'hello' sir, i use windows 7 when i start the emulator then face above problem while my jdk path is F:\ANDROID SOFTWARES\Java\jdk1.6.0\bin and system path is C:users\user name\videos\.android\av

[android-developers] emulator for Samsung Galaxy S and Device configurtaion

2011-07-04 Thread G S
Hey i want to create emulator for galaxy S in AVD and also to configure new device that i could work with Eclipse designer (Graphical Layout) that fit the emulator. can anyone guide me? tnx gil -- You received this message because you are subscribed to the Google Groups "Android Developers" g

[android-developers] ] emulator: could not find virtual device named 'my_avd'

2011-06-29 Thread david
Hello All, building 'hello world' on Windows XP, installer_r11-windows.exe (latest) , helios everything fine...until [2011-06-27 07:45:47 - HelloWorld14] Automatic Target Mode: Preferred AVD 'my_avd' is not available. Launching new emulator. [2011-06-27 07:45:47 - HelloWorld14] Launching a new e

  1   2   3   4   >