android 开发过程中碰到的 Failed to create the part's controls 问题

在开发android的过程中,遇到一个很奇怪的问题,出现了“ Failed to create the part's controls” 的错误,查询了N多资料,然后逐条删除代码测试,

后来发现是变量:int lastY=0;出了问题,也计时说,变量里面混合大小写,就会出这一的问题。

原文地址:https://www.cnblogs.com/68tour/p/5459457.html