Hi,

I have a project thas has this tree:

x/src/tc
x/src/totalcross

I had setup the src folder to x/src, then added to the inclusion list
these: totalcross/A.java and totalcross/android/

Then i added to the exclusion list: tc/

Eclipse correctly ignores the files when they are compiling: in the
bin folder, i can see only totalcross/A.class and totalcross/android/
Loader, R$attr, R$drawable, R.class

However, when i build the project, my apk has 308KB. I opened it and i
can see references to classes in the x/src/tc folder. If i delete this
folder, the apk goes to 12KB.

Seems to be a bug in the application packager?

cheers

    guich
    http://www.totalcross.com

-- 
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to