Looks like a Java mistake to me. Try "import com.xxx.pkg.*;" instead.
And in the future, please remember that this is an Android forum, not a Java one. Your question really is a Java question. On Mar 6, 7:59 am, 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

