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

Dynamic retrieve of exchanges from libdynticker doesn't work in Android #5

Open
andrefbsantos opened this issue Sep 16, 2014 · 1 comment

Comments

@andrefbsantos
Copy link
Member

Boilr dynamically gathers all the exchanges available in libdynticker through the use of Reflections library (https://code.google.com/p/reflections/). While it works properly in PC, it doesn't work on Android.

Similar implementations, such as Guava's Classpath or java-class-enumerator(https://github.com/ddopson/java-class-enumerator), achieve the same results.

I believe the issue resides on how Android's dex files don't have a structure similar to the one present on jars and file systems.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@andrefbsantos andrefbsantos changed the title Dynamic retrieve exchanges from libdynticker doesn't work in Android Dynamic retrieve of exchanges from libdynticker doesn't work in Android Sep 24, 2014
@dllud
Copy link
Member

dllud commented Oct 3, 2016

As a temporary workaround, to avoid manually typing all exchanges in strings_no_translate.xml, I built a script to print them all: printexchanges.

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