Giter VIP home page Giter VIP logo

Comments (11)

essopsp avatar essopsp commented on June 21, 2024 10

Solution

String query = "CREATE TABLE "+TABLE_RejectList+"("+ COLUMN_NUMBER+"TEXT PRIMARY KEY);";

You forgot the space between COLUMN_NUMBER and "TEXT", it should be:

String query = "CREATE TABLE "+TABLE_RejectList+"("+ COLUMN_NUMBER+" TEXT PRIMARY KEY);";

from ud845-pets.

akwa-peter avatar akwa-peter commented on June 21, 2024 8

Am having same issue, have same issue and have cleared my data, uninstalled and installed back, but stilll having same issue

from ud845-pets.

jamin-hu avatar jamin-hu commented on June 21, 2024 1

Uninstalling the app and reinstalling it solved the same issue for me!

from ud845-pets.

RubinTry avatar RubinTry commented on June 21, 2024 1

@akwa-peter This is a amazing situation!It's may a bug on Android

from ud845-pets.

vcctu85 avatar vcctu85 commented on June 21, 2024

Hi @shaurya96 , double check your syntax and the order of your arguments. Or if you can specify exactly where in the code you're getting this error, I'd be happy to look at it for you.

from ud845-pets.

ChandoraAnkit avatar ChandoraAnkit commented on June 21, 2024

clear your app data and cache and try again..

from ud845-pets.

AlShaymaa1 avatar AlShaymaa1 commented on June 21, 2024

uninstall the app and install it again

from ud845-pets.

M-Kalita avatar M-Kalita commented on June 21, 2024

@akwa-peter and @shaurya96

UNINSTALL THE APP AND TRY AGAIN! SAME ERROR SHOWED IN MINE APP TOO BUT AFTER REINSTALLING IT,it worked fine.

from ud845-pets.

KurModi avatar KurModi commented on June 21, 2024

@essopsp You are right

from ud845-pets.

surajmaity1 avatar surajmaity1 commented on June 21, 2024

Solution

String query = "CREATE TABLE "+TABLE_RejectList+"("+ COLUMN_NUMBER+"TEXT PRIMARY KEY);";

You forgot the space between COLUMN_NUMBER and "TEXT", it should be:

String query = "CREATE TABLE "+TABLE_RejectList+"("+ COLUMN_NUMBER+" TEXT PRIMARY KEY);";

It worked for me..
Thanks a lot

from ud845-pets.

AsogwaTech avatar AsogwaTech commented on June 21, 2024

Clearing the cache and deleting the app data storage. Then uninstalled the app, it works!

from ud845-pets.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.