ImageView ivCamera;
FlashLightControl = (Button)findViewById(R.id.flashcontrol);
ivCamera = (ImageView)findViewById(R.id.iv_camera);
Syntax error on token ";" ,, expected.
語法錯誤,在行多個標記
- Multiple markers at this line
- Syntax error on token ")", { expected after this token
- Syntax error, insert ";" to complete FieldDeclaration
- Syntax error on token ".", ... expected
- Return type for the method is missing
Syntax error, insert "}" to complete MethodBody
這是一個提問和回答的網站,所以您應該首先確定您的「問題」中存在問號。 – antonijn 2013-03-26 13:29:43
缺少變量名稱。 – 2013-03-26 13:32:37