0

i'm creating simple application that consume data from database.. I'm installing that application on the device and it works perfectly.. After that, i update my device OS to android 4.3 (my device is nexus 7) from update center and i try to use user profiles.. I create restriction user that only can open that application.. unfortunately, when i open my application it give me error

No such table: [table_name] (code 1) while compiling [SQL_Syntax]

like that application can't find my table..

Does anyone know how to fixed this?

Dhairya Vora
  • 1,281
  • 12
  • 35
Michael Frans
  • 613
  • 3
  • 23
  • 49

1 Answers1

0

Have you tried the latest version of the Titanium SDK? in the release notes they pointed out that they support Android 4.3

developer82
  • 13,237
  • 21
  • 88
  • 153
  • yes.. i've updated my titanium SDK to latest SDK.. But it still not solved.. do u have other solution? thanks.. – Michael Frans Aug 26 '13 at 08:34
  • What if you remove your app from the device and reinstall it? does it work then? – developer82 Aug 27 '13 at 13:15
  • have you made any recent changes to the db? because I encountered this problem only when changing the db and installing over an existing app installation (without upgrading db) – developer82 Aug 31 '13 at 16:29