Hi All,

I have found a wired issue:

I have generated a jar which will be used both by framework and by app,
however, when used:

import com.xxx.pkg;

it didn't work. And a build error"can't find symbol" was logged. While when
used:

import com.xxx.pkg.classname;

it worked well.

Who could tell me why. I can't google the answer about this slim difference
between the import package and import class.

Thanks & BRs

Haman

-- 
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

Reply via email to