-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
properties.so is not a valid ELF object #77
Comments
This is very weird :/ Do you know exactly what architecture is your processor? It should be ARM... |
ARMv7 standard processor in GT-i9100 :) but the thing is that it duzn't On Wed, Jan 16, 2013 at 1:30 PM, Mathieu Virbel notifications@github.comwrote:
|
Even the kivy packages/applications published on the play store doesn't work? |
They work o.o' But i gave up and used that VM thingy provided and it worked
|
Ok then... I'll close the issue, and if somebody get it, please reopen with the full log :) |
So, I have a problem running anything made on my Arch Linux x64 python-for-android kivy thingy.
This is the adb logcat when i run the created apk file on my Android devices:
I have Android 4.1.2 on both of my devices(GT-I9100 and GT-P6210), both custom ROMs(JellyBam 3.2.0 and Paranoid Android 2.54)
The project.properties only has: "target=android-16" and the parameters of building the thingy are:
./build.py --dir ~/kivy/kivydemo-for-android/touchtracer --package org.demo.touchtracer --name "Kivy TouchTracer" --version 1.1.1 --permission FACTORY_TEST debug installd
This problem is with all the demo applications provided by kivy, and sorry if this isn't the right place to post this issue...If it's the wrong place, please tell me where I should seek answer to my dillema :( Also, feel free to ask what information I should provide except what is already posted here.
The text was updated successfully, but these errors were encountered: