What steps will reproduce the problem?
1.
2.
3.
These are the errprs I have been getting when I use :
Uri day =
Uri.parse("content://exina.android.calendar/viewyear=2011&month=3&day=18");
startActivity(new
Intent(Intent.ACTION_VIEW).setDataAndType(day,CalendarActivity.MIME_TYPE));
i.Syntax error, insert "}" to complete ClassBody
ii. Multiple markers at this line
- Return type for the method is missing
- Syntax error, insert ")" to complete SingleMemberAnnotation
- Syntax error, insert "Identifier (" to complete
ConstructorHeaderName
- Syntax error, insert ")" to complete ConstructorDeclaration
- Syntax error on token "startActivity", @ expected before this
token
- Syntax error, insert ";" to complete ConstructorDeclaration
Original issue reported on code.google.com by rash...@gmail.com on 3 Mar 2012 at 1:35
Original issue reported on code.google.com by
rash...@gmail.com
on 3 Mar 2012 at 1:35