-
Notifications
You must be signed in to change notification settings - Fork 714
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
Version 0.7.11-dev Not Installing on Intel XDK #339
Comments
I'm also having the same issue building in Intel XDK as @writeosahon. "Error: Plugin sqlitePlugin failed to install." |
Can you guys report which host OS (i.e. OSX, Windows, or Linux) you see this on? |
I'm using Windows 7. |
@brodybits I'm using Windows 8.1. |
Please try it again. I just added the native Android libraries that were missing. |
@brodybits Hello. |
Running into a similar issue. Using AppGyver build services, the apk builds however upon opening, the app crashes immediately, logcat shows it can't find libsqlc-native-driver.so Making AppGyver build using 1720b7f, the app works as expected. I tried again using 2960afa above, app builds but crashes with the same error. |
@writeosahon happy to hear, thanks! |
@ultralisk- the native library is there in 2960afa, please try it with a fresh, new project. If it still does not work please post your sample app code and the logcat output thanks. |
Thanks for replying @brodybits. I've created a new test project using the appgyver supersonic/steroids default template, the new app crashes too when opened. Code here: https://github.com/ultralisk-/steroidssqltest/blob/master/app/example/views/getting-started.html For the Cordova plugin, I specify the 2960afa commit to build against
Here's the logcat when the app is opened
|
@ultralisk- this is very strange. It seems to look for the native library in /data/app/com.sqltest.app-1/lib/arm but normally an ARM native library is in either armeabi or armeabi-v7a lib subdirectory. Please raise a new issue since this issue is about a problem with the Intel XDK, which affected multiple people until I made the change. Please put all details, including which version worked, which version did not work, and the logcat output. I will have to research this one and cannot promise when I will have an answer. Until then you can continue to use 1720b7f and please report if you encounter any more issues. |
Intel XDK is no longer supported by this version since it does not honor the |
hello @brodybits . Thanks for this plugin. I have been using it in my project for some months now (about 8 months) without issues.
However, the latest update (0.7.11-dev) refused to install and build with my app. I am using Intel XDK with Cordova Android CLI 4.1.2 . Unfortunately, the Intel XDK doesn't provide a detailed log, it just indicates that it could not install your plugin.
To test that the problem was from the latest update, I downloaded the previous version (0.7.10) from npm and my app was successfully built.
Please, can you look into this. The changelog for this update just says "removed native Android lib from jar". I have no idea what exactly that means or why it should cause build errors.
I appreciate the effort.
Thanks.
The text was updated successfully, but these errors were encountered: