Imran wrote:
> Hi All...!!!
> 
>        i have developed a small  game application... i have a
> problem... when i run the application  it is using 50% of CPU (mine is
> 2Ghz processor )... will this create a problem in actual device.. 

Possibly.

The emulator is inefficient, in that it has to convert ARM instructions 
into x86 instructions for execution on your development PC. This adds a 
fair bit of overhead, which results in a higher-than-expected CPU 
utilization.

However, it is very difficult to project how a certain CPU utilization 
on the development PC will translate into CPU utilization on a device.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.9 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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to