Android :: Using Android SDK On Mac / Eclipse Really Slow

May 7, 2010

I'm using Eclipse + the Android SDK on a Mac running Snow Leopard to develop Android apps. Thing is, Eclipse is really slow - like, it "beach balls" for a few seconds when changing tabs. Is there anything I can do to improve it's performance?

Android :: Using Android SDK on Mac / Eclipse Really Slow


Android :: Slow Eclipse On OS X

Jun 12, 2010

I am running Eclipse Galileo on an Intel Mac and after using it for a bit, it becomes very slow. By slow I mean switching between tabs and scrolling through source becomes nearly unusable. I have to close Eclipse and re-open it, and that usually only solves the problem for a short time.

View 11 Replies View Related

Android :: Eclipse Code Assist Very Slow

Jul 8, 2010

Eclipse HELIOS (3.6) Code Assist very slow?

View 5 Replies View Related

Android :: Eclipse Helios Running Slow

Aug 6, 2010

Just upgraded to 3.6 after this whole Sun/Oracle JVM fix/debacle and I notices that 3.6 EE runs super, duper slow. So slow to the point that code assist is unusable. Here are some changes I made to the config to make it operate a lot better:
eclipse.ini: replace the end with this:
-Dosgi.requiredJavaVersion=1.6
-XX:MaxPermSize=512m
-Xms128m
-Xmx1024m

And turn off JAX-WS Proposals in Content Assist Window > Preferences > Java > Editor > Content Assist > Advanced. I also disabled JPA and PDE, but you might need them depending on what you're doing.

View 3 Replies View Related

Android :: Eclipse IDE With ADT Plugin - Performance Too Slow

Feb 22, 2010

I just installed the latest version of Eclipse IDE for Java Developers together with the ADT plugin on my Mac (2.8 GHz, 4 GB Ram).

- Opening new files from the package explorer.
For example, opening a layout xml file takes 1-2sec- And the mouse pointer changes.
- Switching between tabs
- Resizing views in the workspace

The performance rapidly decreases when I open more files. Are all of you developing under these circumstances? How can I speed up eclipse?

View 4 Replies View Related

Android :: Eclipse Slow When Compiling Resources

Jul 21, 2010

The last couple of weeks, my app is very slow compiling changes when the resources are modified in the project. Doesn't matter if it's strings or layout. Sometimes it takes as long as 30 seconds for the changes to apply. Compiling just the .java files are as fast as ever.

I used to have slowdowns after I having Eclipse open for the whole day, but restarting Eclipse always fixed that. Not this time. All my Eclipse and Android software is up-to-date. Has anyone experience this or have any suggestion as to what could be causing this and a fix? It's really cutting into my productivity.

View 2 Replies View Related

Android :: Android Compilation Slow (Using Eclipse)

May 21, 2010

When I change any .java file and build, the compilation takes 16 seconds. I don't understand why it should be so slow. I enabled verbose output for Andoroid.
Window > Preferences > Android > Build output > Verbose.

The result output (Console > Android) is:
[19:46:10] Refreshing resource folders.
[19:46:10] Starting incremental Pre Compiler: Checking resource changes.
[19:46:10] Nothing to pre compile!
[19:46:10] Starting incremental Package build: Checking resource changes.
[19:46:10] ignored resource ...in.classes.dex
[19:46:10] processing ...A.class
[19:46:10] processing ...B.class
...
[19:46:21] processing com/google/inject/util/Providers.class...
[19:46:21] processing com/google/inject/util/Types.class...
[19:46:24] Using default debug key to sign package
[19:46:24] Packaging ...in
esources.ap_
[19:46:24] Packaging classes.dex
...
[19:46:25] Packaging ...annotations.jar
[19:46:25] Build Success!
[19:46:25] Refreshing resource folders.
[19:46:25] Starting incremental Pre Compiler: Checking resource changes.
[19:46:26] Nothing to pre compile!

The "processing" of .class files took 14 seconds. And it "processed" all files, even from all .jar files linked. I think some thing wrong goes here, as only one .java file was changed. What can I do to improve the compilation speed?

View 1 Replies View Related

Android :: Eclipse Android SDK Slow Performance

Oct 17, 2010

I am running eclipse on my windows 7 machine, 6bit with 6gb ram and core 2 duo. I am currently running Eclipse 3.6 and android 2.2 SDK. I am running jdk 1.6. I am noticing that when coding and the context popups to list methods of a class, it hangs Eclipse for up to 15 seconds. This is very frustrating. One thing to note, when Eclipse hangs, my processor is maxed out, and is being worked by a java process. So its doing something whatever it is. But frequently everytime I finish an object with a period and the context box pops up, its becoming too painful to work with.

I changed some settings in the Eclipse.ini file such as:
-Xms1024m
-Xmx1024m
--launcher.XXMaxPermSize 512m

View 2 Replies View Related

Android :: Eclipse Download Link At Https://dl-ssl.google.com/android/eclipse/ Broken

Jun 22, 2010

I want to get started with an Android application but can't download the plug-in.

Anyone know where else I can get this?

View 3 Replies View Related

Android :: Accessing Https://dl-ssl.google.com - Android - Eclipse - Ie The Eclipse - Android Integration Plugin

Jan 30, 2009

I can't seem to get anything back from https://dl-ssl.google.com/android/eclipse/ - even accessing from a browser just gives a 404.

View 6 Replies View Related

Motorola Droid X :: Phone Slow Very Slow

Aug 26, 2010

I got my x on launch day no root no 2.2 all stock .well i've been noticing its getting slower don't have much installed only about 10 apps. The browser will start and then stop when u tell it to go somewere then after a dew sec it takes back off. Text message when u bring it up it takes about 10 sec to load then another lag to start typing and there wont be any old messages in box and when they do finally come up u can't scroll threw the old ones.

View 1 Replies View Related

Android :: New SDK Causes Slow Debugging On N1

Sep 20, 2010

I've got a Nexus One running a debug version of my application, and I just today downloaded and installed the 0.9.8 version of the SDK tools, and I swear that Debugging latency has increased incredibly. I never bothered to measure the overhead before the upgrade because I always found the phone's debugging overhead to be small enough to not affect matter. Well, now I have AI code which runs at ~10 MS standalone taking 300-400MS through debugging. A 40X performance loss is not something to cough at. Is it just me not seeing the performance loss previously, or has something broken?

View 2 Replies View Related

Android :: Animation Is Slow

Oct 22, 2009

I'm trying to perform a simple animation, but it seems quite choppy. This is it: Animation anim = new Translate Animation(0,0,-50,0); anim.set Duration(500); anim.setInterpolator(new LinearInterpolator()); myLinearLayout.set Animation(anim);the animation does what it's supposed to do, just very choppy - is there any reason why it's so slow? The linear layout I'm applying it to is pretty simple, just has a few children.

View 3 Replies View Related

Android :: Gl TexImage2 D Is Too Slow

Oct 31, 2010

We use Opengl 2.0 to develop a video programmer on android with nexus one. We find that the fiction glTexImage2D is too slow,but we write a shader programmer accord to the sample GL2JNILib. I guess the GPU is not working, why it happened? how to fix it? Code...

View 4 Replies View Related

Android :: My First Game Is Getting Slow

Aug 11, 2009

I've followed the excellent article on game development here: http://www.rbgrn.net/content/54-getting-started-android-game-development, and started my game based on the Lunar Lander example. The Lander example re-draws the background and everything else on each "tick". I basically followed its example and I'm using my game's background image to essentially "clear" the canvas so that I can re-draw everything from a clean slate. This, as I've found, has a negative impact on performance as my game is beginning to slow down. My question is, what's the best way to optimize this? If I want to "clear" only certain parts of my canvas, how do I do that? I've read the documentation for android.graphics.Canvas, but am getting confused by a lot of jargon I don't understand such as "clip" and "matrix".

View 2 Replies View Related

Android :: AES Decryption Is Slow

Dec 29, 2009

I am trying to do AES decryption like this -Cipher cipher = Cipher.get Instance("AES/ECB/PKCS5Padding"); cipher.init(Cipher.DECRYPT_MODE, aesKey); cipher.update(encryBytes, 0, encrByteCount); and it is taking me about 2.5+ seconds to run just the cipher.update (i.e. I excluded the init and get Instance() calls) for 65KB of data -- which seems way too long.What this translates to (roughly) 60 seconds for a 1.5MB file. Which is uber slow.I *am* actually seeing 60 or so seconds when I try to decrypt that big of a file (looping through and feeding buffers).Does anybody know why AES decryption is so slow on Android? A co- worker is seeing times around 10 seconds for the same file on a RIM device.

View 2 Replies View Related

Android :: Slow Browsing With 3G

May 27, 2010

I have a rooted mytouch 3G and I've been using the barnacle tether app for the last few months for internet on my laptop. Just recently I've been playing online poker on my laptop. It worked fine for about a day or so, then things started to get extremely slow, barely being able to load google (taking about a few minutes to load a basic html page). I don't know if it has something to do with using my phone for a connection with the poker clients or if it's just coincidence with the timing of it, I called T-Mobile and they said there are no problems at all with the coverage in my area and to do a Power cycle which didn't seem to help. Does anyone have ANY idea what could be wrong?

View 2 Replies View Related

Android :: GlTexImage2D Is Too Slow

Nov 8, 2010

when draw YUV frame use opengl 2.0 and shader on nexus one,but the function glTexImage2D is too slow ,cost 40-60 ms who can fix it ? the key codes...

View 2 Replies View Related

Android : G1 Device Is Slow

Feb 10, 2009

applications on my G1 device are very slow when GPS is ON. is there any solution for this. all the applications responds with force close messsage.

View 2 Replies View Related

Android : Slow GPS Updates

Aug 9, 2009

I am developing a small app that works as a speedometer with a build in histogram.

But it is quite unresponsive, I test it by driving in my car, and when i go from 80 to 0 it takes about 4-6 seconds before my needle is updated.

For simple outlier removal, i use a 1x3 median filter on my estimated speed the speed. Wich obviously will give me a delay one 1 sample.

******* Here's the real question :) ****** I thought i might get updates every second, and thus a delay of 2 seconds, wich wouldn't be to bad. but is GPS really that slow? or am i doing something completely wrong? *******

I have registrered a listener like so:

CODE:..............

To have a steady update of my speedometer, I use a timerTask to poll the listener for the last estimated result, and updates my speedometer view.

CODE:............

And the run method of my task:

CODE:.....................

View 7 Replies View Related

Android : How To Slow Down SensorEventListener

Aug 21, 2009

I am currently using sensors and I would like to know if I can slow down the sampling rate. Indeed, I register my listener with the constant "SensorManager.SENSOR_DELAY_UI" (is it the slowest one of the four constants mentionned in the documentation?) but the rate is still quite high. I would like to be able to define the time before giving the new value (For example, I would like to wait two seconds before update).

View 4 Replies View Related

Android : XML Parsing Is Slow

Dec 5, 2009

I like to parse a XML file in android. It is taking too much time to parse a xml in android. what is the reason?.. It is taking more than 5 minutes also to parse a file. The same thing will continue in phone?...

View 2 Replies View Related

Android : StopService Slow To Act

Jul 16, 2009

I am starting a service from a broadcast receiver, using android:process=":remote", which from what I understand means unbind. That BR dies. The service is runs some TTS (text2speach) in a cycle until a second broadcast receiver comes into action and executes stopService.

I am using action names to start and stop the service.

The problem I am having is that after the stopService is executed the service is still alive for a good 20 seconds when finally dies from timeout. The other think I notice is that onDestroy() is never called.

View 2 Replies View Related

Android : AESObfuscator Is Very Slow

Oct 28, 2010

I am trying to implement the Market License Checker, and am following the sample application. I am using the AESObfuscator class, but find that it takes a VERY long time (23 seconds on the emulator) to instantiate, which greatly delays the startup of my application. Is this normal, or am I doing something wrong? If it is normal, can I put the license check in a separate thread, or does it need to run in the main thread?

View 7 Replies View Related

Android : Why Is PDAnet Slow

Oct 27, 2009

I'm using PDAnet on my HTC magic and speedtest on my computer is reading 1.7 mbps. I am also sharing the connection with my xbox360 to get on live. But Live is laggy. What am I doing wrong.

View 13 Replies View Related

General :: FFT On Android So Slow

Feb 13, 2012

I want to code an app that reads sound from the mic and displays its freqs.

So I wrote a soundrader (thread) an a fft class and .. the fft class is to slow (I just tested it in the emu). Should i write the fft in c or what else can i do ?

View 2 Replies View Related

Android :: TabHost Slow On Orientation Changes

Nov 24, 2009

I currently have a TabHost with 3 tabs.The content of each tab is an activity. The first and second tab make HTTP connections.The first tab still uses the UI thread (which i'm changing) so it would explain the slow orientation change since it's creating a fresh activity and making all those connections again. What I don't understand is why if I am on say Tab 3 which makes no connections at all does changing the orientation take such a long time (up to 5 seconds).In playing around with the TabWidget I noticed something that may be related.

View 2 Replies View Related

Android :: Progressdialog Slow To Show

Oct 12, 2009

I'm starting a ProgressDialog using:

ProgressDialog.show(Example.this, " " , " Loading. Please wait ... ", true,true);

Then running a block of code to download and parse XML.

The problem I'm having is that this is all running under a onClick button method, and that the xml is downloaded and parsed before the dialog is shown.

View 2 Replies View Related

Android :: Slow Motion Video App

Sep 30, 2010

I am looking for an app for my Incredible that records video at a higher frame rate, then will play back at regular speed so that the video plays in slo-mo. My old LG Dare had this, and i used it quite often. ANyone know of any app out there that will do this? I have searched the forum, and the market, and cannot find what i am after.

View 3 Replies View Related

Android :: Slow Scrolling - Sometimes No Response

Mar 11, 2009

Sometimes when I try to scroll using a scrollview (wrapped around a textview), there will be no response. I've noticed this in both my apps and the only common thing between them is the textview in both apps use Spanned (SpanableStringBuilder to be exact) text. This happens even when there is no activity on the window and no any pops up either.

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved