[android-developers] Re: NFC Demo errors?

2010-12-28 Thread mihira prasanna
Then go menu bar and click on Project >> Clean On Dec 10, 6:56 am, Mark666 wrote: > Just install "guava-r07.jar", not install "guava-r07-gwt.jar" to avoid > some errors. > > On 12月10日, 上午6時26分, if05...@gmail.com wrote: > > > Download the guava library from the link below. Add that library to your

[android-developers] Re: NFC Demo errors?

2010-12-22 Thread JoeSchmoe
If you're using Eclipse, just right click on the projectBuild Path- >Add External Library On Dec 8, 10:00 am, phillin77 wrote: > Dear Dominik, > > I'm new to Android development, > I use Eclipse and had opened the NFCDemo project which Android 2.3 > provided > Can you kindly explain more deta

[android-developers] Re: NFC Demo errors?

2010-12-10 Thread Mark666
Just install "guava-r07.jar", not install "guava-r07-gwt.jar" to avoid some errors. On 12月10日, 上午6時26分, if05...@gmail.com wrote: > Download the guava library from the link below. Add that library to your libs > dir. add that library to your classpath. > Powered by Telkomsel BlackBerry(R) > > > >

Re: [android-developers] Re: NFC Demo errors?

2010-12-09 Thread if05041
Reply-To: android-developers@googlegroups.com Subject: [android-developers] Re: NFC Demo errors? Dear Dominik, I'm new to Android development, I use Eclipse and had opened the NFCDemo project which Android 2.3 provided Can you kindly explain more detail how to import Guava Thanks a lot ! On

[android-developers] Re: NFC Demo errors?

2010-12-09 Thread phillin77
Dear Dominik, I'm new to Android development, I use Eclipse and had opened the NFCDemo project which Android 2.3 provided Can you kindly explain more detail how to import Guava Thanks a lot ! On 12月7日, 下午8時50分, Dominik wrote: > I have no problems with the NFC Demo (after I added the google guava

[android-developers] Re: NFC Demo errors?

2010-12-07 Thread David Galante
Thanks Dominik!! that fixed the errors! -dave On Dec 7, 6:50 am, Dominik wrote: > I have no problems with the NFC Demo (after I added the google guava > library to the project). > Seems to be that you have the same problem (e.g. BiMap is contained in > com.google.common.collect). > Guava is a

[android-developers] Re: NFC Demo errors?

2010-12-07 Thread Dominik
I have no problems with the NFC Demo (after I added the google guava library to the project). Seems to be that you have the same problem (e.g. BiMap is contained in com.google.common.collect). Guava is a superset of the Google Collections Library (see http://code.google.com/p/guava-libraries/) Domi