0

I need to use the INSTR function in SQLite3. Searching on SO indicates that the function is implemented in 3.7.15 and above. My AVD's SQLite version is 3.7.11, SQLite version 3.7.11 2012-03-20 11:35:50 (as determined from the ADB shell when the AVD is running). So the function obviously fails with the runtime error INSTR: No such function.

My question is, how do I upgrade the SQLite version on an AVD?

Many thanks in advance!

Narayana J
  • 307
  • 5
  • 17
  • [http://stackoverflow.com/questions/17887558/why-does-sqlite-say-that-instr-doesnt-exist](http://stackoverflow.com/questions/17887558/why-does-sqlite-say-that-instr-doesnt-exist) – M D Apr 26 '15 at 10:41
  • Beg to differ, M D, the answers suggest workarounds. My question is plain and simple, **how to upgrade the SQLite version on an AVD**. – Narayana J Apr 26 '15 at 10:51
  • Still a duplicate of this one http://stackoverflow.com/q/26087182/1321873 – Rajesh Apr 26 '15 at 11:02
  • Agreed, M D and Rajesh. Thanks! – Narayana J Apr 26 '15 at 12:24

0 Answers0