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 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 4Gb
> , virtualization is enabled. There is the antivirus Avast running.
>
> So what should I do to prevent this process killing ?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/android-developers/733b9830-bfea-4fcc-b8bc-
> f63bd4e8cf99%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CACaNmX3%3DJt4aj14it2X0Js-P1DTfu0o3%2BcaHQhRvA79FKT2b7Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[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 4Gb , 
virtualization is enabled. There is the antivirus Avast running.

So what should I do to prevent this process killing ?

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/733b9830-bfea-4fcc-b8bc-f63bd4e8cf99%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 could not find My_Device_API_24.ini file in 
$HOME/.android/avd
(Note: avd is searched in the order of 
$ANDROID_AVD_HOME,$ANDROID_SDK_HOME/.android/avd and $HOME/.android/avd)

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/b5eb3fe9-2fa4-4869-ae5a-e50a4e346263%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 -http-proxy http://localhost:

Any ideas?

Thanks,
Steven

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/e8831959-35dc-4ab2-9300-460e03e50295%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 to obtain GLES 1.x extensions string!

emulator: WARNING: VM heap size set below hardware specified minimum of 
384MB

emulator: WARNING: Setting VM heap size to 384MB

emulator: WARNING: Classic qemu does not support SMP. The hw.cpu.ncore 
option from your config file is ignored.

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

Could not initialize emulated framebuffer

"

I try the following step ,but didn't fix the issue
1) sudo apt-get install libegl1-mesa-drivers mesa-common-dev libglapi-mesa 
libegl1-mesa  libgles2-mesa-dev mesa-utils-extr libglw1-mesa
2)in Sdk/tools, run ./android to update
3)restart my ubuntu14.04 LTS ,and create a new AVD

My graphics card is :Tobago PRO [Radeon R7 360 / R9 360 OEM].


By the way, I don't want to use "Software-ELGS2.0".

Any ideas?

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/b5e8ad95-6f90-49a9-8299-d726468f2e6a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 with -verbose doesn't give any indication that anything is wrong. 

I just updated yesterday to the latest of everything. Prior to updating, I 
was on a 3.14 kernel and (whatever older versions of the system/libraries) 
and the emulator would work once. I.e., the first startup would work using 
the GPU, all subsequent startups would just spin the CPU with no window 
drawn. The current version is 

Linux gamba 4.1.5-1-ARCH #1 SMP PREEMPT Tue Aug 11 15:41:14 CEST 2015 
x86_64 GNU/Linux

Does anyone have any fix for 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 unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
LD_LIBRARY_PATH=tools/lib64 tools/emulator64-arm -avd test2 -verbose
emulator: found SDK root at /home/software/android-sdk-linux
emulator: Android virtual device file at: /home/hyc/.android/avd/test2.ini
emulator: virtual device content at /home/hyc/.android/avd/test2.avd
emulator: virtual device config file: 
/home/hyc/.android/avd/test2.avd/config.ini
emulator: using core hw config path: 
/home/hyc/.android/avd/test2.avd/hardware-qemu.ini
emulator: Found AVD target API level: 23
emulator: Read property file at 
/home/software/android-sdk-linux/system-images/android-23/google_apis/armeabi-v7a//build.prop
emulator: No boot.prop property file found.
emulator: 'magic' skin format detected: 480x800
emulator: autoconfig: -skin 480x800
emulator: autoconfig: -skindir (null)
emulator: keyset loaded from: /home/hyc/.android/default.keyset
emulator: trying to load skin file 
'/home/software/android-sdk-linux/tools/lib/emulator/skins/dynamic//layout'
emulator: loaded dynamic skin width=480 height=800 bpp=16

emulator: autoconfig: -kernel 
/home/software/android-sdk-linux/system-images/android-23/google_apis/armeabi-v7a//kernel-qemu
emulator: Auto-detect: Kernel image requires legacy device naming scheme.
emulator: Auto-detect: Kernel does not support YAFFS2 partitions.
emulator: autoconfig: -ramdisk 
/home/software/android-sdk-linux/system-images/android-23/google_apis/armeabi-v7a//ramdisk.img
emulator: Using initial system image: 
/home/software/android-sdk-linux/system-images/android-23/google_apis/armeabi-v7a//system.img
emulator: autoconfig: -data /home/hyc/.android/avd/test2.avd/userdata-qemu.img
emulator: autoconfig: -initdata /home/hyc/.android/avd/test2.avd/userdata.img
emulator: autoconfig: -cache /home/hyc/.android/avd/test2.avd/cache.img
emulator: autoconfig: -sdcard /home/hyc/.android/avd/test2.avd/sdcard.img
emulator: Physical RAM size: 1024MB

emulator: GPU emulation enabled using 'host' mode
emulator: WARNING: CPU acceleration only works with x86/x86_64 system images.
Content of hardware configuration file:
  hw.cpu.arch = arm
  hw.cpu.model = cortex-a8
  hw.ramSize = 1024
  hw.screen = touch
  hw.mainKeys = yes
  hw.trackBall = yes
  hw.keyboard = yes
  hw.keyboard.lid = no
  hw.keyboard.charmap = qwerty2
  hw.dPad = no
  hw.gsmModem = yes
  hw.gps = yes
  hw.battery = yes
  hw.accelerometer = yes
  hw.audioInput = yes
  hw.audioOutput = yes
  hw.sdCard = yes
  hw.sdCard.path = /home/hyc/.android/avd/test2.avd/sdcard.img
  disk.cachePartition = yes
  disk.cachePartition.path = /home/hyc/.android/avd/test2.avd/cache.img
  disk.cachePartition.size = 66m
  hw.lcd.width = 480
  hw.lcd.height = 800
  hw.lcd.depth = 16
  hw.lcd.density = 240
  hw.lcd.backlight = yes
  hw.gpu.enabled = yes
  hw.gpu.mode = host
  hw.initialOrientation = portrait
  hw.camera.back = none
  hw.camera.front = none
  vm.heapSize = 32
  hw.sensors.proximity = yes
  hw.sensors.magnetic_field = yes
  hw.sensors.orientation = no
  hw.sensors.temperature = yes
  hw.useext4 = yes
  kernel.path = 
/home/software/android-sdk-linux/system-images/android-23/google_apis/armeabi-v7a//kernel-qemu
  kernel.parameters =  androidboot.hardware=goldfish android.checkjni=1
  kernel.newDeviceNaming = no
  kernel.supportsYaffs2 = no
  disk.ramdisk.path = 
/home/software/android-sdk-linux/system-images/android-23/google_apis/armeabi-v7a//ramdisk.img
  disk.systemPartition.initPath = 
/home/software/android-sdk-linux/system-images/android-23/google_apis/armeabi-v7a//system.img
  disk.s

[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" is for the home button, "soft-left" for the menu button, 
"back" for the back one... but what about recent/switch apps ?
Ok, I could disregard this feature as a long press on home button still 
does the trick but well, it would be more elegant if the emulator could act 
fully as the actual device.

Thank you ! 
:-)

Cyril

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 the 
only choice of turning off via the power button.

Has anyone else had this problem ?
Is there a workaround, fix ?

-- 
-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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's easy enough to do, but the problem is that you physically
don't have images for all of those other devices.  (And since they're
typically controlled and updated per vendor, it's a moving target to
collect them all!)

Kris


On Wed, Mar 6, 2013 at 6:02 AM, Ronoli  wrote:
> 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 developers. I call it the Termulator
> (Emulator Terminator)! OK maybe it came to me in a nightmare not a dream.
> Probably due to weeks of testing my app with the Emulator on an
> under-powered PC. OK here it is:
>   Would it be possible to design an app that runs on say a Nexus7 (or the
> largest device you are targeting) that allows testing of all the screen
> sizes/densities/orientations/version levels/resolutions/long/notlong/ etc.?
> I can only imagine that if the Emulator can do this on a PC then it ought to
> be possible on a native device such as a tablet. Imagine, testing all those
> configurations without the Emulator! Hey, I think the Emulator is a marvel
> in itself and I blame my PC performance for many of my woes. But after I got
> my Nexus7 and USB'd it to the SDK I started to really get frustrated with
> the performance of the old Emulator. Unfortunately, my largest audience is
> on the smaller devices and I certainly can't afford to keep all of those
> different sized devices on hand. Imagine testing with a real device; I'm
> dreaming quad-core 1.2 GHz CPU, GPU, all the sensors, multi-touch screen, a
> gig of RAM, WiFi, Bluetooth... well you get the idea... developers paradise!
> Please tell me this is possible! Even better please let me know when I can
> purchase it!
> Thanks for indulging...
> Ron
>
> --
> --
> 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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 
-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[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 developers. I call it the 
Termulator (Emulator Terminator)! OK maybe it came to me in a nightmare not 
a dream. Probably due to weeks of testing my app with the Emulator on an 
under-powered PC. OK here it is: 
  Would it be possible to design an app that runs on say a Nexus7 (or the 
largest device you are targeting) that allows testing of all the screen 
sizes/densities/orientations/version levels/resolutions/long/notlong/ etc.? 
I can only imagine that if the Emulator can do this on a PC then it ought 
to be possible on a native device such as a tablet. Imagine, testing all 
those configurations without the Emulator! Hey, I think the Emulator is a 
marvel in itself and I blame my PC performance for many of my woes. But 
after I got my Nexus7 and USB'd it to the SDK I started to really get 
frustrated with the performance of the old Emulator. Unfortunately, my 
largest audience is on the smaller devices and I certainly can't afford to 
keep all of those different sized devices on hand. Imagine testing with a 
real device; I'm dreaming quad-core 1.2 GHz CPU, GPU, all the sensors, 
multi-touch screen, a gig of RAM, WiFi, Bluetooth... well you get the 
idea... developers paradise! Please tell me this is possible! Even better 
please let me know when I can purchase it! 
Thanks for indulging...
Ron

-- 
-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[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, even to the stock OS.

I'm trying to find out if at least, on the Android emulator, it's possible 
to have all languages available?  I have a user who would like to do a 
translation into a language that is not available on any of my physical 
devices, nor on my emulator, though apparently on his Galaxy S II.  The 
language is Estonian.  I also notice that the emulator does not support 
Afrikaans, which IS supported by some of the tablets that I have.  Just 
wondering if there's a way to get them all at least into the emulator so I 
can check for any unexpected UI hiccups when using localized assets that I 
can't view on any of my physical devices.

Any insight appreciated!
Adam

-- 
-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en




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 the calendar you want.

Note that ActiveSync support (which is needed when syncing via the
Email/Exchange route) has been ended for *new* users unless you are paid
Google Apps users or Google Apps for Business, Education, and Government
customers. If you haven't sync this before Dec 14, 2012, events may not
sync. See http://support.google.com/a/bin/answer.py?hl=en&answer=2716936 for
details.

Thanks,
Mike

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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-provider.html to 
create a calendar event in onCreate() of my Activity(with  and   permissions).
 
long calID = 1;
long startMillis = 0; 
long endMillis = 0; 
Calendar beginTime = Calendar.getInstance();
beginTime.set(2012, 12, 29, 14, 30);
startMillis = beginTime.getTimeInMillis();
Calendar endTime = Calendar.getInstance();
endTime.set(2012, 12, 29, 15, 30);
endMillis = endTime.getTimeInMillis();

ContentResolver cr = getContentResolver();
ContentValues values = new ContentValues();
values.put(Events.DTSTART, startMillis);
values.put(Events.DTEND, endMillis);
values.put(Events.TITLE, "Jazzercise");
values.put(Events.DESCRIPTION, "Group workout");
values.put(Events.CALENDAR_ID, calID);
values.put(Events.EVENT_TIMEZONE, "GMT");
Uri uri = cr.insert(Events.CONTENT_URI, values);
System.out.println(uri);
 
The uri I got is like content://com.android.calendar/events/6 so the 
creation is successful. 
However, the created event is not visible in the built-in Calendar app. Why?

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en<>

[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 system?

thanks,
Anat

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 
device (some places referred to as the Galaxy 2 7" ) seems about the same 
as a Nexus 7.  However the Nexus 7 emulator does not replicate this 
problem.  I'm assuming that the device is picking up the wrong dimens.xml  
and thus actually pushing off the entire bottom bar.   Some what is the 
oddity about the GT-P3100?  

It took a bit of experimentation to get emulators to select the proper 
dimens.xml folder as they apparently don't work the way the documentation 
say they do.  For instance my Galaxy Nexus phone needed a values-sw360p 
folder not a 320p as suggested in the docs.

I'm also hoping that the new licensing for manufacturers that Google 
announced the other day put an end to these wildass pixel densities that 
give developers headaches.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 other things really important like the max vm 
heap size per application it is not so easy to found.


Best regards,

--
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 
becomes all white an stays white. If I start an Emulator from the terminal, 
the terminal gives some Errormessages which I posted together with some 
Logs in the image, I hope it's enough information.



Without gpu, the terminal just gives a segmentation fault as an 
errormessage. I think it has something to do with the xserver, which is 
used since Linux 11.10 doesn't it?

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 initialize 
OpenglES emulation, using software renderer.*

After the errors AVD is launched but it does not show any output other than 
"ANDROID" name.

I have been searching on google & many other forums from last 3 days but no 
solution is helpful for me.

Please help me!
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 to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 that 
calls to the super class. 

This error occurs as soon as I open the activity with this layout. It 
worked immediately prior to adding the GameView to the layout. 

Here's the layout xml: 

Thanks for any help!

Code: 


http://schemas.android.com/apk/res/android";
android:id="@+id/rootLayoutGame"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >








http://schemas.android.com/apk/res/android";
android:id="@+id/towersLinearLayout"
android:layout_gravity="bottom"
 android:layout_width="match_parent"
 android:layout_height="45dp"
 android:orientation="horizontal" >
 







 






-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 
@nameOfVirtualMachine", the output was "Segmentation fault".  I can create 
a new virtual machine via Android Virtual Device Manager, but I just can't 
start it.  
My system is Ubuntu 10.04 32-bit, Java 1.6.0_24, Android SDK r20.0.3-linux.
Any help will be appreciated.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 
fiddling seems to indicate that this should be possible: Under "Physical 
keyboard" int he emulator I can select "Swedish - Android keybard" which 
for some reason has the title "qwerty2" - it indicates that pressing 
Ctrl-Space should toggle between those that I've enabled, that doesn't 
work, but is no big deal really.


However, it seems that the mapping table is broken since when I press 
"<" I get ";" and shifted "," gives me "ö" while "'" gives me "ä". 
Interestingly, if I switch my keyboard mapping of my laptop to be 
standard English US, the emulator will indeed generate the correct 
Swedish keys! (Well, not quite 100%, but all the important ones anyway)


This is OK as a workaround, but I'd say it is on the inconvenient side. 
Is there any way I can create a correct mapping table? The emulator 
-keyset help file was the closest thing I could come up with, but it 
seems to work on a different level. I'm happy to experiment and provide 
whatever I find out back to the sources as long as I can get a pointer 
to where I should start...


BTW: I'm on Linux (Ubuntu) in case that makes any difference.

Many thanks in advance / Jonas

--
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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 at 9:06 AM, yamamoto
 wrote:
> 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 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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in NYC: http://marakana.com/training/android/

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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.MapController;
import com.google.android.maps.MapView;

public class Testmap22Activity extends MapActivity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
MapView mapview = (MapView) findViewById(R.id.mapview);
GeoPoint gp = new GeoPoint(130810,802740);
MapController mvc = mapview.getController();
mvc.setCenter(gp);
mapview.setBuiltInZoomControls(true);
}

@Override
protected boolean isRouteDisplayed() {
// TODO Auto-generated method stub
return false;
}
}

main.xml is



 http://schemas.android.com/apk/res/
android"
  android:id="@+id/mapview"
 android:layout_width="fill_parent"
 android:layout_height="fill_parent"
 android:enabled="true"
 android:clickable="true"
 android:apiKey="Key"
 />

Manifest file


http://schemas.android.com/apk/res/android";
package="com.project1"
android:versionCode="1"
android:versionName="1.0" >




















All I get is a blank blue page with Zoom enabled. Need your help on
this...

Subbu

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 process !!!
repaintOpenGLDisplay not implemented for separate renderer process !!!
createOpenGLSubwindow not implemented for separate renderer process !!!
repaintOpenGLDisplay not implemented for separate renderer process !!!

In the logcat, I get this:
E/FramebufferNativeWindow( 1305): couldn't open framebuffer HAL (I/O error)
E/( 1305): Failed to connect to host (QemuPipeStream)!!!

What do I need to do in order to test applications with hardware 
acceleration on  (if I want to use the emulator)?



-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 superclass 
method"*

With every run() method in all runnables.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 "LinearLayoutView.xml" under res/layout directory and
> change the .java file to point to this layout when emulator loads the
> file. It should work, but instead i start getting this emulator error,
> Please check the error
>

Try using these steps:


   1. Go to "Project"-> Properties-> Android.
   2. On the right pane see what line is checked in the Project build
   target.
   *Remember the target platform number* that appears in the selected line.
   3. Go to "Windows"-> AVD Manager.
   4. Check the list of existing Android Virtual Devices for a device that
   matches the Platform and API level that you have set for your project (see
   step #2 above).
   5. If there is no line that includes an AVD for your platform (as I
   suspect), add it using the "New" button.
   6. A "Create New Android Virtual Device" window will be opened. set a
   new device name. in the "Target" selection box choose the right platform
   for your project.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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 particular order:

Debug your app.
Post some code.
Brush up on Java.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 when i display that variable out side
listener then it will display as null.so what can i do.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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.

I have Intel Core2 Duo CPU T8300@2.40 Ghz with 2GB RAM.

Can anybody tell me whats wrong.

Thanks a lot in Advance.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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.0.0.1 5554
  redir list
  redir add tcp:8080:5037

 //connection
  adb -s emulator-5556 connect localhost:8080

Then I want to use it with this (socket programming):
http://thinkandroid.wordpress.com/2010/03/27/incorporating-socket-pro...

But it's probably not working properly and I don't know where the
problem is or how test it with simple udp program like this
http://www.helloandroid.com/tutorials/simple-udp-communication-example

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 exploiting 
hardware virtualization , as in VirtualBox ? For reference, the thread is : 
http://groups.google.com/group/android-developers/browse_thread/thread/13b805e68e31b652/8b245b17395b393d?lnk=gst&q=emulator+x86#8b245b17395b393d

Anirudh

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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
warning would tell you that you need to properly setup sensors emulation,
and restart the emulator.

HTH.

On Thu, Dec 22, 2011 at 12:05 AM, snowgoon  wrote:

> 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-22 07:43:53 - Cells] --
> [2011-12-22 07:43:53 - Cells] Android Launch!
> [2011-12-22 07:43:53 - Cells] adb is running normally.
> [2011-12-22 07:43:53 - Cells] Performing cells.pack.CellsActivity
> activity launch
> [2011-12-22 07:43:53 - Cells] Automatic Target Mode: Preferred AVD
> 'cell' is not available. Launching new emulator.
> [2011-12-22 07:43:53 - Cells] Launching a new emulator with Virtual
> Device 'cell'
> [2011-12-22 07:44:04 - Emulator] emulator: WARNING: Unable to create
> sensors port: Unknown error
>
> --
> 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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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-22 07:43:53 - Cells] --
[2011-12-22 07:43:53 - Cells] Android Launch!
[2011-12-22 07:43:53 - Cells] adb is running normally.
[2011-12-22 07:43:53 - Cells] Performing cells.pack.CellsActivity
activity launch
[2011-12-22 07:43:53 - Cells] Automatic Target Mode: Preferred AVD
'cell' is not available. Launching new emulator.
[2011-12-22 07:43:53 - Cells] Launching a new emulator with Virtual
Device 'cell'
[2011-12-22 07:44:04 - Emulator] emulator: WARNING: Unable to create
sensors port: Unknown error

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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, Dec 13, 2011 at 9:45 PM, Yang Bo  wrote:
> 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: XP SP2, 1GB RAM, 10GB free space.
>>
>> Thanks.
>>
>> --
>> Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
>>
>> --
>> 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+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>
> --
> 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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en



-- 
Satya Komatineni
http://www.satyakomatineni.com
http://www.androidbook.com

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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: XP SP2, 1GB RAM, 10GB free space.
>
> Thanks.
>
> --
> Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
>
> --
> 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+**unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/**group/android-developers?hl=en

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 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 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+**unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/**group/android-developers?hl=en

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 file to point to this layout when emulator loads the
file. It should work, but instead i start getting this emulator error,
Please check the error

emulator-5554 disconnected! Cancelling
'com.example.helloandroid.HelloAndroid activity launch'!

I thought may be adding new layout xml causing this error but i tried
deleting it and result is same, I have tried everything that i can
think off but problem is still there. Here is the console log i get,

[2011-12-07 01:42:13 - HelloAndroid] --
[2011-12-07 01:42:13 - HelloAndroid] Android Launch!
[2011-12-07 01:42:13 - HelloAndroid] adb is running normally.
[2011-12-07 01:42:13 - HelloAndroid] Performing
com.example.helloandroid.HelloAndroid activity launch
[2011-12-07 01:42:13 - HelloAndroid] Automatic Target Mode: Preferred
AVD 'SamsungGalaxyS2' is not available. Launching new emulator.
[2011-12-07 01:42:13 - HelloAndroid] Launching a new emulator with
Virtual Device 'SamsungGalaxyS2'
[2011-12-07 01:42:20 - HelloAndroid] New emulator found: emulator-5554
[2011-12-07 01:42:20 - HelloAndroid] Waiting for HOME
('android.process.acore') to be launched...
[2011-12-07 01:43:40 - HelloAndroid] emulator-5554 disconnected!
Cancelling 'com.example.helloandroid.HelloAndroid activity launch'!

My system/hardware requirements are fine but FYI i am also posting, I
thought may its RAM issue, cause when Emulator was working it was
taking apx 2 min to completely run the "Hello Word", and off course
not the case now :)

Software Requirments
Android 4.0 Ice Cream Sandwich!
Eclipse SDK, Version: 3.7.1,
ADT Plugin 15.0.1
Java Development Kit 7

Hardware Requirments
Dell Inspiron 1564, i5 Processor, 4 GB DDR 3, 1 GB Graphic Card and
500 GB HDD.

I will appreciate any help in this regards!! 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 to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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.Thanks
>> in Advance.
>>
>
> Try the motorola droid x emulator and / or phonegap forums.
>
>
> -
> TreKing  - Chicago
> transit tracking app for Android-powered devices
>
>  --
> 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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




-- 
Warm Regards,
*Mukesh Kumar*,
Android Consultant/Freelancer,
India,Hyderabad.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 given 1024mb in avd manager ..
can any one tell me how to do this .even i cant connect the with usb
and android device in my pc ..
ecilpse is not detecing the device samsung s2

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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 have a
> capture card on /dev/video1 that works ok.
>
> I want to use the web cam in the emulator, any advice ?
>
>
>
> Here is the last part of strace
>
> ioctl(7, VIDIOC_ENUM_FRAMESIZES, 0xfff2c40c) = -1 EINVAL (Invalid
> argument)
> ioctl(7, VIDIOC_ENUM_FMT or VT_SETMODE, 0xfff2c3cc) = 0
> ioctl(7, VIDIOC_ENUM_FRAMESIZES, 0xfff2c40c) = -1 EINVAL (Invalid
> argument)
> ioctl(7, VIDIOC_ENUM_FMT or VT_SETMODE, 0xfff2c3cc) = -1 EINVAL
> (Invalid argument)
> fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 4), ...}) = 0
> mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
> 0) = 0xf7728000
> --- SIGSEGV (Segmentation fault) @ 0 (0) ---
>
> --
> 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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 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 booting your pc but do not have a disk installed with an OS on
> it.
>
> On Thu, Oct 27, 2011 at 1:45 PM, rua jefwa  wrote:
> > 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 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+unsubscr...@googlegroups.com
> > For more options, visit this group at
> > http://groups.google.com/group/android-developers?hl=en
>
>
>
> --
> John F. Davis
>
> 独树一帜
>
> --
> 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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 booting your pc but do not have a disk installed with an OS on
it.

On Thu, Oct 27, 2011 at 1:45 PM, rua jefwa  wrote:
> 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 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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en



-- 
John F. Davis

独树一帜

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 advice ?



Here is the last part of strace

ioctl(7, VIDIOC_ENUM_FRAMESIZES, 0xfff2c40c) = -1 EINVAL (Invalid
argument)
ioctl(7, VIDIOC_ENUM_FMT or VT_SETMODE, 0xfff2c3cc) = 0
ioctl(7, VIDIOC_ENUM_FRAMESIZES, 0xfff2c40c) = -1 EINVAL (Invalid
argument)
ioctl(7, VIDIOC_ENUM_FMT or VT_SETMODE, 0xfff2c3cc) = -1 EINVAL
(Invalid argument)
fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 4), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xf7728000
--- SIGSEGV (Segmentation fault) @ 0 (0) ---

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 library project source

what should I do to fix it?

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 EXCEPTION: main
10-20 14:45:01.522: ERROR/AndroidRuntime(417):
java.lang.RuntimeException: Unable to instantiate service
jp.co.omronsoft.openwnn.OpenWnnJAJP: java.lang.ClassNotFoundException:
jp.co.omronsoft.openwnn.OpenWnnJAJP in loader
dalvik.system.PathClassLoader[/system/app/OpenWnn.apk]
10-20 14:45:01.522: ERROR/AndroidRuntime(417): at
android.app.ActivityThread.handleCreateService(ActivityThread.java:
2943)
10-20 14:45:01.522: ERROR/AndroidRuntime(417): at
android.app.ActivityThread.access$3300(ActivityThread.java:125)
10-20 14:45:01.522: ERROR/AndroidRuntime(417): at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2087)
10-20 14:45:01.522: ERROR/AndroidRuntime(417): at
android.os.Handler.dispatchMessage(Handler.java:99)
10-20 14:45:01.522: ERROR/AndroidRuntime(417): at
android.os.Looper.loop(Looper.java:123)
10-20 14:45:01.522: ERROR/AndroidRuntime(417): at
android.app.ActivityThread.main(ActivityThread.java:4627)
10-20 14:45:01.522: ERROR/AndroidRuntime(417): at
java.lang.reflect.Method.invokeNative(Native Method)
10-20 14:45:01.522: ERROR/AndroidRuntime(417): at
java.lang.reflect.Method.invoke(Method.java:521)
10-20 14:45:01.522: ERROR/AndroidRuntime(417): at
com.android.internal.os.ZygoteInit
$MethodAndArgsCaller.run(ZygoteInit.java:868)
10-20 14:45:01.522: ERROR/AndroidRuntime(417): at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
10-20 14:45:01.522: ERROR/AndroidRuntime(417): at
dalvik.system.NativeStart.main(Native Method)
10-20 14:45:01.522: ERROR/AndroidRuntime(417): Caused by:
java.lang.ClassNotFoundException: jp.co.omronsoft.openwnn.OpenWnnJAJP
in loader dalvik.system.PathClassLoader[/system/app/OpenWnn.apk]
10-20 14:45:01.522: ERROR/AndroidRuntime(417): at
dalvik.system.PathClassLoader.findClass(PathClassLoader.java:243)
10-20 14:45:01.522: ERROR/AndroidRuntime(417): at
java.lang.ClassLoader.loadClass(ClassLoader.java:573)
10-20 14:45:01.522: ERROR/AndroidRuntime(417): at
java.lang.ClassLoader.loadClass(ClassLoader.java:532)
10-20 14:45:01.522: ERROR/AndroidRuntime(417): at
android.app.ActivityThread.handleCreateService(ActivityThread.java:
2940)
10-20 14:45:01.522: ERROR/AndroidRuntime(417): ... 10 more
10-20 14:45:03.923: INFO/Process(417): Sending signal. PID: 417 SIG: 9

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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
emulator... etc", then following some threads, I used chmod 777 on the
emulator file, then it would run but after 2 seconds it would crash
saying " XIO: fatal IO error 4 (Interrupted system call) ...etc", then
following other threads I used chmod +x ddms inside the tools folder.
Now it won't crash but it just hangs out and shows the same window
regardless of the code I write, or even if the method is empty. The
last log line says :" Waiting for HOME ('android.process.acore') to be
launched..." and it will just not respond to anything except for
closing it.

Any help ? I'm really stuck there :(

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 ID come from? For testing it would be good if i could
generate a new emulator with the same device-id. Is this possible??

Thanks

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 "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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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 probably be too
slow, given the current state of the emulator.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 3.6 Available!

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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 group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 at 2:25 PM, Mark Murphy wrote:

> 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 Guy)
> http://commonsware.com | http://github.com/commonsguy
> http://commonsware.com/blog | http://twitter.com/commonsguy
>
> 

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training...At Your Office: http://commonsware.com/training

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 a hello world
application for

1. Android 2.1-update1 SDK emulator:

This one hangs after displaying the android characters and
then the android animated characters. I had it run over night
and the next morning it was still loading.

2. Android 2.3.3 SDK emulator:

Once the emulator loads the hello world application is displayed
but I keep getting the message "Sorry! The process android.process.acore
has stopped unexpectedly. Please try again." This message keeps popping
up even if I press the "Force close" button.

3. Android 3.2 SDK emulator:

Here it boots up fine but did not display my hello world emulator on
startup, so I retried with 3.0 SDK which is similar...

4. Android 3.0 SDK. Again, like in the 3.2 SDK case I get a tablet emulator.
I figured out if I click on Apps -> My apps -> Hello I can launch my
application
although the emulator UI is a bit slow. I use the Esc key to go back. But
then
again I keep getting and dismissing the message:

The process androild.process.acore has stopped unexpectedly, and keep
getting this message even after I exit my application.

Every 30 seconds or so it keeps popping up.

P.S. Do all of these problems show up under Linux as well?

I need to develop on 800x600 screen resolution tablets.
Any suggestions would be welcome.

Thanks,

John Goche

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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] --
> [2011-09-12 04:14:18 - App1] Android Launch!
> [2011-09-12 04:14:18 - App1] adb is running normally.
> [2011-09-12 04:14:18 - App1] Performing com.lara.Simple activity launch
> [2011-09-12 04:14:18 - App1] Automatic Target Mode: launching new emulator
> with compatible AVD 'MyAVD'
> [2011-09-12 04:14:18 - App1] Launching a new emulator with Virtual Device
> 'MyAVD'
> [2011-09-12 04:14:20 - Emulator] invalid command-line parameter:
> Files\Android\android-sdk\tools/emulator-arm.exe.
> [2011-09-12 04:14:20 - Emulator] Hint: use '@foo' to launch a virtual
> device named 'foo'.
> [2011-09-12 04:14:20 - Emulator] please use -help for more information
>
>
> As I am Beginner. Kindly help me with the Basic issue of Starting up the
> Emulator
>
> Thanks
> Bhaskar Anand
> bhaskar...@gmail.com*
> *
>
> --
> 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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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..is there any fix for
it ??
>
>
> No. The SDK 13 emulator is slow.
>
>>
>> does the size of sd memory selected in avd has any affect
only
>
>
> No.
>
>>
>> one more thingthere is only one skin available in my eclipse...how
can i install more skins.
>
>
> Google "AVD Skins" or "Android Emulator Skins"
>
>
-
> TreKing - Chicago transit tracking app for Android-powered devices
>
>
> --
> 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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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:

> 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 avd has any affect only
>
>
> No.
>
>
>> one more thingthere is only one skin available in my eclipse...how can
>> i install more skins.
>>
>
> Google "AVD Skins" or "Android Emulator Skins"
>
>
> -
> TreKing  - Chicago
> transit tracking app for Android-powered devices
>
>  --
> 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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 avd has any affect only


No.


> one more thingthere is only one skin available in my eclipse...how can
> i install more skins.
>

Google "AVD Skins" or "Android Emulator Skins"

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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
size of sd memory selected in avd has any affect only

one more thingthere is only one skin available in my eclipse...how can i
install more skins.

plz guide me
thank you
--


Amol Sharma
Third Year Student
Computer Science and Engineering
MNNIT Allahabad
 


-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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, running the app on the device works fine.

My question is if the HttpURLConnection uses the same proxy settings
as set on the emulator.  Or does it access the net some other way? As
such it might be blocked by our firewall.

Thanks!

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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/AndroidRuntime(1134): --- registering native
functions ---
08-31 11:47:52.050: ERROR/JNIHelp(1134): Native registration unable to
find class 'android/util/FloatMath'
08-31 11:47:52.050: ERROR/AndroidRuntime(1134): Unable to register all
android natives
08-31 11:47:52.070: INFO/ServiceManager(28): service
'media.audio_flinger' died
08-31 11:47:52.070: INFO/ServiceManager(28): service 'media.player'
died
08-31 11:47:52.070: INFO/ServiceManager(28): service 'media.camera'
died
08-31 11:47:52.070: INFO/ServiceManager(28): service
'media.audio_policy' died
08-31 11:47:52.509: INFO/(1135): ServiceManager: 0xacd0
08-31 11:47:52.509: DEBUG/AudioHardwareInterface(1135):
setMode(NORMAL)
08-31 11:47:52.509: INFO/CameraService(1135): CameraService started:
pid=1135
08-31 11:47:52.519: INFO/AudioFlinger(1135): AudioFlinger's thread
0xb3f0 ready to run


The class mentioned by 'Native registration unable to find class '...'
is always different but always seems to be a core part of Android.
When one avd goes bad like this, other avd's based on the same
platform version still work fine. Restarting the avd with wipe data
does no good. The only way to deal with it is to delete the avd and
recreate it.

Does anyone else see this? It's very annoying to have to stop and
recreate the avd.

Roger

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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
limitations it imposes, is so minuscule that I'm actually quite surprised
this even came up =P

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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:49:59 - Emulator] please use -help for more information

plz 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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 emulator device, but have thought
about making sure that it can run just as well there as well as on the
physical hardware.  What are your thoughts as a development community?

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 script to run `xset +dpms` when the emulator
finishes, but this is probably not ideal.  Ubuntu 10.04.

Thanks.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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: 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 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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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'.
>  - Emulator] please use -help for more information
>
> Thankyou
> arun
>
> --
> 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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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).

Anyway and without further ad[ieu,o]: When I right-click the project
in Eclipse and select Run As -> Android Application, I get the Android
AVD

Error "No compatible targets were found. Do you wish to a add [sic]
new Android Virtual Device?"

I mash "Yes" and then have to select the solitary entry in "Android
SDK and AVD Manager | Virtual Devices" (in my case an AVD I named

"bobas_avd" with TargetName "Android 2.1-update 1", platform the same,
API Level 7, CPU/ABI ARM (armeabi)

Then I select the "Start" button, and "Launch" from the next dialog.

EVERY TIME I run my appp I have to do this. What do I need to do so
that it will remember which AVD to use?

Also, the Emulator starts (5554:bobas_avd), with a pulsing "android"
in the middle left, with the android buttons and keyboard to the
right, and

eventually other stuff displays (Google this and that,
unsurprisingly).

However, my app doesn't run (I don't see the expected "Hello, World").

What [am, have] I done wrong?

These are the messages in Eclipse's Console area:

[2011-07-26 22:28:10 - YeauxDudimus] Still no compatible AVDs with
target 'Android 3.2': Aborting launch.
[2011-07-26 22:28:10 - YeauxDudimus] Performing
com.bobas.YeauxDudimusActivity activity launch
[2011-07-26 22:28:34 - YeauxDudimus] ERROR: Application requires API
version 13. Device API version is 7 (Android 2.1-update1).
[2011-07-26 22:28:34 - YeauxDudimus] Launch canceled!

This is the contents of the Error Log:

!SESSION 2011-07-02 14:19:39.546
---
eclipse.buildId=I20110613-1736
java.version=1.6.0_18
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.java.product
Command-line arguments:  -os win32 -ws win32 -arch x86 -product
org.eclipse.epp.package.java.product

!ENTRY org.eclipse.jdt.ui 2 0 2011-07-02 14:54:31.078
!MESSAGE The
'org.eclipse.mylyn.java.ui.javaAllCompletionProposalComputer' proposal
computer from the 'org.eclipse.mylyn.java.ui' plug-in did

not complete normally. The extension took too long to return from the
'computeCompletionProposals()' operation.
!SESSION 2011-07-09 06:59:37.968
---
eclipse.buildId=I20110613-1736
java.version=1.6.0_26
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.java.product
Command-line arguments:  -os win32 -ws win32 -arch x86 -product
org.eclipse.epp.package.java.product

!ENTRY org.eclipse.epp.usagedata.recording 1 0 2011-07-09 07:03:23.296
!MESSAGE Usage data uploaded to http://udc.eclipse.org/upload.php in
4125 milliseconds.
!SESSION 2011-07-22 06:56:47.906
---
eclipse.buildId=I20110613-1736
java.version=1.6.0_26
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.java.product
Command-line arguments:  -os win32 -ws win32 -arch x86 -product
org.eclipse.epp.package.java.product

!ENTRY org.eclipse.epp.usagedata.recording 1 0 2011-07-22 06:57:29.937
!MESSAGE Usage data uploaded to http://udc.eclipse.org/upload.php in
2796 milliseconds.
!SESSION 2011-07-25 06:37:38.343
---
eclipse.buildId=I20110613-1736
java.version=1.6.0_26
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.java.product
Command-line arguments:  -os win32 -ws win32 -arch x86 -product
org.eclipse.epp.package.java.product

!ENTRY com.android.ide.eclipse.adt 4 0 2011-07-25 20:15:10.031
!MESSAGE Failed to load properties file for project 'YeauxDudimus'

!ENTRY org.eclipse.osgi 2 0 2011-07-25 20:15:51.750
!MESSAGE While loading class
"org.eclipse.m2e.core.internal.embedder.ExtensionModule", thread
"Thread[Worker-70,5,main]" timed out waiting

(5016ms) for thread "Thread[Worker-73,5,main]" to finish starting
bundle "org.eclipse.m2e.core_1.0.0.20110607-2117 [170]". To avoid
deadlock,

thread "Thread[Worker-70,5,main]" is proceeding but
"org.eclipse.m2e.core.internal.embedder.ExtensionModule" may not be
fully initialized.
!STACK 0
org.osgi.framework.BundleException: State change in progress for
bundle "reference:file:plugins/
org.eclipse.m2e.core_1.0.0.20110607-2117.jar"

by thread "Worker-73".
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:
1087)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:
297)
at
org.eclips

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 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 9:48 AM, paulkinzelman  wrote:
> > 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 like I can't drag the corner
> of
> > the emulator screen to change the size. Is there a way to make the
> emulator
> > window smaller? I realize that might affect the app interaction with the
> > screen, but it seems there should be a way to fix this.
> >
> > Also, I ran across a major stumblingblock on the tutorial page:
> > http://developer.android.com/resources/tutorials/hello-world.html
> > in that if you install the sdk in the default (under c:\program files)
> the
> > emulator won't run because of the space. Fortunately a quick search
> turned
> > up others that had the same problem. Seems the tutorial should warn about
> > this, is there some way to report this to somebody to fix the tutorial?
> > Other than a couple of items, though, the tutorial so far has been
> > spectacular, thanks!
> >
> > --
> > 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+unsubscr...@googlegroups.com
> > For more options, visit this group at
> > http://groups.google.com/group/android-developers?hl=en
>
>
>
> --
> Thanks & Regards
>
>
>  Nasreen Ustad
>
> --
> 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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 9:48 AM, paulkinzelman  wrote:
> 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 like I can't drag the corner of
> the emulator screen to change the size. Is there a way to make the emulator
> window smaller? I realize that might affect the app interaction with the
> screen, but it seems there should be a way to fix this.
>
> Also, I ran across a major stumblingblock on the tutorial page:
> http://developer.android.com/resources/tutorials/hello-world.html
> in that if you install the sdk in the default (under c:\program files) the
> emulator won't run because of the space. Fortunately a quick search turned
> up others that had the same problem. Seems the tutorial should warn about
> this, is there some way to report this to somebody to fix the tutorial?
> Other than a couple of items, though, the tutorial so far has been
> spectacular, thanks!
>
> --
> 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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en



-- 
Thanks & Regards


 Nasreen Ustad

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 like I can't drag the corner of 
the emulator screen to change the size. Is there a way to make the emulator 
window smaller? I realize that might affect the app interaction with the 
screen, but it seems there should be a way to fix this.

Also, I ran across a major stumblingblock on the tutorial page:
http://developer.android.com/resources/tutorials/hello-world.html
in that if you install the sdk in the default (under c:\program files) the 
emulator won't run because of the space. Fortunately a quick search turned 
up others that had the same problem. Seems the tutorial should warn about 
this, is there some way to report this to somebody to fix the tutorial? 
Other than a couple of items, though, the tutorial so far has been 
spectacular, thanks!

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 this server now remotely I will most likely need a port forwarding
pipe - is that true? To be able to bridge the localhost to the actual
machine's IP address? (I remember a tool called tcppipe once).
Is this the best approach in such a case to expose the emulator
to remote machines?

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 to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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!

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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 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
> 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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




-- 
Raghav Sood
http://www.raghavsood.com/
http://www.androidappcheck.com/
http://www.telstop.tel/

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 is F:\ANDROID SOFTWARES\Java\jdk1.6.0\bin and system
> path is C:users\user name\videos\.android\avd\hello.avd
> so please guide me for starting with appropriate solution with link.
> and also send me link for downloading sdk and eclipse for windows 7 .
>
>
> --
> 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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




-- 
Raghav Sood
http://www.raghavsood.com/
http://www.androidappcheck.com/
http://www.telstop.tel/

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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\avd\hello.avd
so please guide me for starting with appropriate solution with link.
and also send me link for downloading sdk and eclipse for windows 7 .


-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 emulator with
Virtual Device 'my_avd'
[2011-06-27 07:45:49 - Emulator] emulator: ERROR: unknown virtual
device name: 'my_avd'
[2011-06-27 07:45:49 - Emulator] emulator: could not find virtual
device named 'my_avd'



tried a few things:


building avd 'in' eclipse
building avd outside of eclipse
setting ANDROID_SDK_HOME to
C:/documents and settings/username
C:/documents and settings/username/.android
C:/documents and settings/username/.android/avd/my_avd.avd

I have tried moving the .android directory to
(Location where it is placed on my windows 7 box)
C:/User/username
C:/

even to the tools directory from which i manually ran the emulator

and any directory at all that might be labeled under username

I have searched (via set) the command to find anyother directory the
emulator
might be looking for. (past posts have indicated this...)

it appears to be putting it in the correct place  no place to set
a link to
(that i can think of)


I also noticed issues with a virtual disk assigned - no evidence of
this but i
have also tried to set the emulator to look for an 's' directory for
the same
above mentioned directory locations.


I have copied .android to anything reasonable:

C:\
C:\Documents and settings\
C:\...sdk tools

I have set paths to the .android locations under username


I have also verified the avd from the manual tools  - it exists and
looks fine

I have examined the config created by the avd - does not appear to
have
anything askew.

I get the 'not find virtual device' from the tool directory as well as
from eclipse



never in my life has 'hello world' been so difficult - please help me
android
community to run 'hello world' on XP - ( it works on windows 7 )
before i die
(of old age)

regards
David

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


  1   2   3   4   >