标签: java android sqlite
我尝试在历史表中插入一行。但它不会没有错误。
我在历史记录表中找不到新行。=>它没有保存到SQLite中。
我有这样的功能:
const delay = 300 // time in ms const intervalId = window.setInterval(()=>{ // do stuff here }, delay)
我尝试了你的所有建议,但仍然没有工作并且没有错误地返回。
Logcate: