Skip to content
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

Running on Android 4.0 doesn't work when building for target api 19 #1104

Closed
inclement opened this issue Aug 30, 2017 · 2 comments
Closed

Running on Android 4.0 doesn't work when building for target api 19 #1104

inclement opened this issue Aug 30, 2017 · 2 comments

Comments

@inclement
Copy link
Member

I noticed this while debugging #903. The error is as follows:

D/dalvikvm( 1265): Trying to load lib /data/data/org.test.testapp_python2/lib/libpython2.7.so 0xa1d050d0
V/python  ( 1265): Library loading error: Cannot load library: reloc_library[1285]:   650 cannot locate 'wait4'...

Building the same app for target api 15 seems to work.

I don't know if we can do anything about this, but we should probably at least document it. It would be good to verify if this affects non-emulator devices, as I only have the emulator to test with for this android version.

@tempdban
Copy link

target api 19 - android 4.4.2

@inclement
Copy link
Member Author

Probably fixed by the ndk-api addition and other recipe fixes since then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants