Re: [android-developers] Size of .apk file for Emulator

2009-11-11 Thread David Turner
Try running "adb logcat" to get traces from the system when doing your installation. It should give you some information. On Tue, Nov 10, 2009 at 8:47 PM, Sanjiv wrote: > Is there a limit to the size of the .apk file when using it on the > emulator. When I run the default app created while creat

[android-developers] Size of .apk file for Emulator

2009-11-11 Thread Sanjiv
Is there a limit to the size of the .apk file when using it on the emulator. When I run the default app created while creating a project, the .apk file size is about 5K and it runs ok. When I try to run a real app which uses other application libraries so that the total size is about 325K, I get th