Hi, > > ok thnak you very much. This was what I was expecting, however i could
> not > > see what the issue was. Here are the lines in the code from line 1 on > > > > package com.huawei.cona.android.zeroconf; > > > > import java.io.IOException; > > > > import jmdns-1.0; > > import service-1.0; > > (...) > > Quite easy: These package names are invalid. See for example here: > http://java.about.com/od/i/g/identifier.htm Or better: http://docs.oracle.com/javase/7/docs/api/java/lang/Character.html#isJavaIdentifierStart%28int%29 http://docs.oracle.com/javase/7/docs/api/java/lang/Character.html#isJavaIdentifierPart%28int%29 HTH Thorsten