Skip to content

workaround for issue #628 #642

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Nov 28, 2016
Merged

workaround for issue #628 #642

merged 1 commit into from
Nov 28, 2016

Conversation

slavchev
Copy link

No description provided.

Android API level 21 introduces class hierarchy change. The base class of
android.os.Bundle is changed from java.lang.Object to
android.os.BaseBundle and some of its methods are hoisted to the base
class. However, on some devices like Xiaomi Redmi BaseBundle is not super
class of Bundle as it is in android.jar from which we generate the
metadata. This causes JNI error when trying to call any of the hoisted
methods.
@slavchev slavchev force-pushed the slavchev/fix-bundlebase branch from b879366 to 1d3bbbd Compare November 28, 2016 11:37
@ns-bot
Copy link

ns-bot commented Nov 28, 2016

💔

@slavchev
Copy link
Author

run ci

@ns-bot
Copy link

ns-bot commented Nov 28, 2016

💚

@slavchev slavchev merged commit 94bc92d into master Nov 28, 2016
@slavchev slavchev deleted the slavchev/fix-bundlebase branch November 28, 2016 14:40
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants