Re: [android-developers] Re: WI-FI Direct Sample Code

2012-02-14 Thread Brad Gogats
OK I will make sure to check everything out, I appreciate the advice and will get back to you tonight to see if I was making a dumb mistake :) Brad Gogats (571) 482-8761 GMAIL G+ On Tue, Feb 14, 2012 at 10:51 AM, Kostya Vasilyev wrote: > Even when

Re: [android-developers] Re: WI-FI Direct Sample Code

2012-02-14 Thread Kostya Vasilyev
Even when using Java SDK 1.6, your compiler setting may be for targeting 1.5. To check: - right click on your project in Eclipse - bring up Properties - select Java Compiler Command line builds with ant (just in case that's what you're using) default to 1.5 Java compliance level, unless overr

Re: [android-developers] Re: WI-FI Direct Sample Code

2012-02-14 Thread Brad Gogats
No I am using Java 1.6 but the overrides are still giving me issues.i will double check when I get home. Brad Gogats (571) 482-8761 GMAIL G+ On Tue, Feb 14, 2012 at 10:26 AM, Mark Murphy wrote: > That indicates you are building using Java 1.5. J

Re: [android-developers] Re: WI-FI Direct Sample Code

2012-02-14 Thread Mark Murphy
That indicates you are building using Java 1.5. Java 1.6 supported @Override for implementations of interface-defined methods. On Tue, Feb 14, 2012 at 10:24 AM, schnie wrote: > i experienced this as well, all i did was remove the @override's for > methods that were just implemented from interface

Re: [android-developers] Re: WI-FI Direct Sample Code

2012-02-08 Thread Brad Gogats
I have not but will give it a try tonight. Thanks for the tip! Always appreciate the community. Have you had any luck actually using wifi direct. I have not I have an atheros chip on my laptop which is supposed to be wifi direct capable but I cannot get or even have the galaxy nexus or lappy see

Re: [android-developers] Re: WI-FI Direct Sample Code

2012-02-08 Thread ji fei
Do you use the "clean" in "ant clean debug install" to fix the bug of the newest sdk? It's quit a good idea. On Thu, Feb 9, 2012 at 6:51 AM, Sanjay Mishra wrote: > This sample code compiles, installs and runs fine : > Steps : > *WiFiDirectDemo$ android update project --path . --target 11* > *WiF

Re: [android-developers] Re: WI-FI Direct Sample Code

2012-02-08 Thread Brad Gogats
Yeah I checked that in eclipse not sure but I am targeting API level 14 On Feb 8, 2012 5:52 PM, "Sanjay Mishra" wrote: > > This sample code compiles, installs and runs fine : > Steps : > WiFiDirectDemo$ android update project --path . --target 11 > WiFiDirectDemo$ ant clean debug install > > In c