http://www.leepoint.net/notes-java/language/10basics/import.html
On Mar 6, 11:59 pm, wenwei Han <[email protected]> wrote: > 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

