Issue reporting on the mailing list
I am getting this error and its not compiling: Id not found: R.ıd.mytext
There is a component with "mytext" id. Please notice that its looking for "R.ıd.mytext" not "R.id.mytext"
"ı" is a turkish character.
@EActivity(R.layout.main)
public class HelloAndroidActivity extends Activity {
@ViewById
TextView mytext;
}