Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是安卓新手:
我面临一个错误:
//image view for larger display private private ImageView picView;
令牌“;”上的语法错误,{ 应在此令牌之后
除此变量外,所有其他变量都运行良好。知道这里发生了什么吗?
更新:即使我评论代码,同样的错误也会出现在最后一个声明的变量上。但这仅适用于非原始类型,不适用于原始类型。
检查你的括号并确保相邻的术语是正确的。