-
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
E/linker: site-packages/android/_android.so too small to be an ELF executable #768
Comments
Does anything seem to actually go wrong? I mean, as in the app not working. |
@inclement: my current problem is that my kivy app does not display numeric keyboard with TextInput of type 'number'. The keyboard is always standard alphabetic. But when i use Kivy Launcher app - it correctly displays numeric keyboard. The app itself is trivial:
I thought the missing _android.so may affect this, but no idea how to fix that. Full adb logcat:
|
Update: I created pygame distribution and compiled app with it - and numeric keyboard showed up! So this is sdl2-only issue. Pygame distro creation command I used:
|
There are my two distros:
|
I'm not sure if the original reported problem is a bug or just relating to the 0-size .so files due to our packaging their symbols in a single libpymodules.so. However, the numeric keyboard problem is a definite bug. For these reasons, I'm going to close this (but it can be reopened if the .so size thing appears to be an issue) and make another issue for the keyboard. |
Hi. I built and installed app on my adndroid phone. It seems to work fine, but i noticed an error in the log running
I built an app with these commands:
The text was updated successfully, but these errors were encountered: