I fount in the internet the missing class, added to my project and this 
error is solved:
package ioio.lib.spi;

import ioio.lib.spi.Log.ILogger;
import android.util.Log;

public class LogImpl implements ILogger {
    @Override
    public void write(int level, String tag, String message) {
        Log.println(level, tag, message);
    }
}


-- 
You received this message because you are subscribed to the Google Groups 
"ioio-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/ioio-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to