Skip to main content
Inspiring
September 4, 2011
Question

why is air for Android slow as a snail while...

  • September 4, 2011
  • 1 reply
  • 1173 views

While flash player 10 for android is smooth as silk?

Try this page on your Android device:

http://literacysoft.com/tst/McGuffey_Primer_Courseware.swf

every thing works smoothly in flash player.

My program makes a rather large apk file, at 38 megs and contains thousands of mp3 files. It runs very very slow sometimes taking several seconds loading a 2 kilobyte file. Is it this slow because it is loading and unpacking my files into an inefficient ram disk? Its like it is paging the whole apk file everytime it loads a single file no matter how small.

I may have to abandon the android side of my project. This is just not going to work.

This topic has been closed for replies.

1 reply

Inspiring
September 7, 2011

Did you try to run a basic application (1 file only) to check if it's faster than your huge apk with thousands of files?

Inspiring
September 7, 2011

Actualy I did give that idea a try. I removed the huge directory and replaced it with a 200 meg zip file and the program actually loaded my other files a lot faster. I've seen an improvement in my program's performance when I split my 8000 file dir into 27 separate directories. It is still slow but not as bad as before.

I'm fairly certain now that Android does not like very large directories.