-
Notifications
You must be signed in to change notification settings - Fork 12
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
Error when using module #18
Comments
Same here. Any solution? |
What device are you using? By the looks of the logs it seems like you're on a x86 unit/emulator/simulator, like Genymotion. Adding |
I have tried in an ARM Phone just now. But seems getting same result. Details below. Phone Model : H30-U10 -- Start application log ----------------------------------------------------- |
Interesting. Please make sure you have the following [...]
<android xmlns:android="http://schemas.android.com/apk/res/android">
<abi>armeabi-v7a,x86</abi>
[...] |
It works after adding armeabi-v7a,x86 Both ARM and x86 works now. Thanks.
|
That helped. You should add this to the README. Other modules that use native code don't suffer from this issue. e.g. ti.imagefactory 2.2.2 |
For each abi target you add the final apk size increases with 20-30 MB since Crosswalk is a huge dependency. If we target The default could perhaps be updated to include |
Hi,
After installing the module I get this error when starting my app with Titanium SDK 5.1.2.GA
I tried adding
armeabi-v7a
Any ideas?
The text was updated successfully, but these errors were encountered: