翻轉(zhuǎn)屏幕時(shí)候報(bào)錯(cuò) : Wrong state class, expecting View State but received class android.os.Bundle instead. This usually happens when two views of different type have the same id in the same hierarchy. This view's id is id/wuziqi. Make sure other views do not use the same id.
2016-06-21
報(bào)錯(cuò) by: java.lang.Illegal ArgumentException: Wrong state class, expecting View State but received class android.os.Bundle instead. This usually happens when two views of different type have the same id in the same hierarchy. This view's id is id/wuziqi. Make sure other views do not use the same id.
2016-06-20
只落在斜行的檢查自己drawPieces()代碼段,繪制棋子的坐標(biāo)x,y出問(wèn)題,可能是都是x或都是y(這是我前幾段遇到情況)
2016-06-01
邏輯更清楚,代碼更優(yōu)化的五子棋實(shí)現(xiàn):https://github.com/wangzhengyi/Gomoku,歡迎fork&&star
2016-05-31