We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What steps will reproduce the problem? 1.启动程序 2.缩放或移动地图到一个新位置 3.LogCat报error insert image android database sqlite constraint failed错误在SQLLocalStorage.java 124行 我觉得应该是主键冲突的问题,在LocalStorageWrapper.java 56行put函数中加入 if (!isExists(tile)){ localStorage.put(tile, data); } 错误消失 我不知道自己改的对不对。
Original issue reported on code.google.com by [email protected] on 31 May 2011 at 7:48
[email protected]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Original issue reported on code.google.com by
[email protected]
on 31 May 2011 at 7:48The text was updated successfully, but these errors were encountered: