• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Recent content by dplusk

  1. D

    no such table SQLITE

    Hi, I'm a noob in programming android apps. When using SQLite Database I got following problem: Logcat tells me: "no such table: table1", when I run both methods. Where is my mistake? I use an existing database, placed in assets/databases folder. MainActivity package com.dplusk.example_sql...