Search found 3 matches

by jander
01 Sep 2012, 19:30
Forum: SFS2X Java / Android API
Topic: Android 2.1
Replies: 11
Views: 17653

Re: Android 2.1

Hi.

Was there any progress in the port to 2.1?
Thanks

Jander
by jander
27 Jul 2012, 15:21
Forum: SFS2X Java / Android API
Topic: Problems building Connection example
Replies: 3
Views: 8047

Re: Problems building Connection example

Hey,

I'm not sure why, but the following procedure solved the problem for me.

1. Locate all @Override s with errors and remove them. This wil remove all compile time issues, but the program will not work yet.

2. Change the name of the lib folder to libs . Eclipse will complain now about the ...
by jander
16 Jul 2012, 04:47
Forum: SFS2X Java / Android API
Topic: Problems building Connection example
Replies: 3
Views: 8047

Re: Problems building Connection example

Hi

I'm facing the same problem. As far as I can tell, I followed all instructions in the docs2x pages.

The problem seems to be that when Runnable is instatiated (in the dispatch method), the run method must be implemented and not overrided .

I'm missing something?

Eclipse SDK 4.2.0
Android SDK ...