-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught Error: no "I" field "mConnectionPtr" #98
Comments
I updated to the 1.2.1 pre-release version for Android, which stopped the above error, but now when I try and run it I get [ERROR] : TiExceptionHandler: (main) [2500,2500] ----- Titanium Javascript Runtime Error ----- |
I've now found the module alloy-ti_touchdb and installed that, which removed the above problem, however now when I run the application I get: [ERROR] : Missing required adapter configuration property: collection_name I think perhaps updating the Readme would help newcomers a lot, plus there are some simple things that will fix errors. Would you like to to update that and submit a pull request? adding collection_name: books to the adapter deals with that issue, but I'm still stuck on the error relating to databaseNamed |
Hi
I'm trying to get the TouchBooksAlloy sample app running and not having much luck.
I'm running the app of a Nexus 7.
It loads but when it tries to run the app I get following errors:
[ERROR] : TiExceptionHandler: (main) [2456,2456] ----- Titanium Javascript Runtime Error -----
[ERROR] : TiExceptionHandler: (main) [0,2456] - In app.js:1,69
[ERROR] : TiExceptionHandler: (main) [1,2457] - Message: Uncaught Error: no "I" field "mConnectionPtr" in class "Landroid/database/sqlite/SQLiteConnection;" or its superclasses
[ERROR] : TiExceptionHandler: (main) [0,2457] - Source: r server=require("com.obscure.titouchdb"),db=server.databaseManager.getDatabas
[INFO] : Choreographer: Skipped 33 frames! The application may be doing too much work on its main thread.
[ERROR] : V8Exception: Exception occurred at app.js:1: Uncaught Error: no "I" field "mConnectionPtr" in class "Landroid/database/sqlite/SQLiteConnection;" or its superclasses
To setup the sample I've done the following.
Once the project is created I then
I'm not sure if that's correct.
Any pointers appreciated.
The titanium SDK version is 3.5.1 GA
The text was updated successfully, but these errors were encountered: