I found this a little strange, although maybe it is working as designed: I put an executable (.exe file) into my project's src\ directory (just temporarily to test something). When I refreshed the src\ directory in Eclipse, my project .apk file became much larger. When I removed the .exe file from the src\ directory and refreshed src \ in Eclipse, the .apk returned back to its smaller size.
What happened? Do all non-.java files in the src\ directory get pulled into the .apk? I have not configured any special build rules - I am using the default behavior. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] 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

