-
Notifications
You must be signed in to change notification settings - Fork 569
Chrome ARC support please #156
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
Comments
Looks like google is working on it https://code.google.com/p/chromium/issues/detail?id=465683 |
Seems to be fixed now, at least in their "latest runtime" 43.5021.45.0. |
Ran into this issue on 45.5021.416.0 Although the SQLCipher Test Suite appears to work fine, https://zetetic.box.com/s/ya0vx5ct7igvl5bnn2n6jfrqwq1rdw6s The application Im receiving the crash on has no problem running on any other tested devices and runs fine within bluestacks. Tested on Windows and OSX. Logcat
Stacktrace
|
Turns out I was looking at the version of ART Welder and not the runtime. The runtime can be found within the extensions page after installing the welder extension. I was on 43.4410.349.18 In order to get a more up to date version. You MUST uninstall the ART Welder from Google Chrome. And then download canary. However it appears the same issue still exists.
|
I am getting InvocationTargetException possibly when the database is being created.
|
Seems this issue can be closed as Google will not support ARC any more, but done it with other approach: link to some details. |
Tried to run app which used sqlcipher, db fails to open with error
Any plans for Chrome ARC?
https://developer.chrome.com/apps/getstarted_arc
The text was updated successfully, but these errors were encountered: