Skip to content

Runtime Binding Generator depends on deprecated APIs #1441

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

Closed
vmutafov opened this issue Aug 8, 2019 · 0 comments
Closed

Runtime Binding Generator depends on deprecated APIs #1441

vmutafov opened this issue Aug 8, 2019 · 0 comments
Assignees
Milestone

Comments

@vmutafov
Copy link
Contributor

vmutafov commented Aug 8, 2019

Currently, the Runtime Binding Generator depends on the DexFile API which is deprecated and there are warnings of its usage when building the runtime which in turn fails the build. This API, however, has no new equivalent alternative. All of the alternatives can load DEX files but not using the system class loader. In order to use PathClassLoader or DexClassLoader, some changes in the Runtime should be made in order to load classes from multiple different classloaders.

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

No branches or pull requests

2 participants