Updated on 2016/1/6 修正了一些翻译段落欢迎转载,但请保留译者链接:http://www.jianshu.com/p/613d28a3c8a0 Lessons learned from Android developers in Futurice. Avoid reinventing the wheel by following these guidelines. If you are interested in iOS or Windows Phone development…
今天在学习android SQLite出现android sqlite no such table错误提示,提示的意思我没有创建我要插入的表,网上也没有搜索一下,也尝试了,发现还是没有解决到我的问题,我最后通过进入DDMS-File Explorer查看我应用下面有没有创建database,发现已经存在,我将database输出,通过其他工具打开发现里面没有我要插入的表.解决办法只是需要文件删除后就行,让应用程序重新建过.…