Re: [android-developers] How to resolve the "hide" interface in Eclipse

2010-06-10 Thread Sean Hodges
You can exclude classes (or entire packages) from the build in Eclipse by right-clicking on them and selecting "Build Path" -> "Exclude". On Thu, Jun 10, 2010 at 12:26 PM, yangm wrote: > I use Eclipse to develop my application, but I wan to use some @hide > interface. > > -)In Eclipse, build fail

[android-developers] How to resolve the "hide" interface in Eclipse

2010-06-10 Thread yangm
I use Eclipse to develop my application, but I wan to use some @hide interface. -)In Eclipse, build failed, because the "symbol could not be resolved." -)I put my application to $(AND_REPO)/packages/apps/. build with "make", the build passed. How can I make the build pass in eclipse ? (I know "u