Make Dynamic referece to classes

44 views Asked by At

I want to use javax libraries in android, but android does not allow them to use directly so i am using repackaged version. But the calling code is also in some other library which makes call to java.xml.stream.*. As repackaged version has the same class but with different package name , how can i invoke repackaged class.

I followed this tutorial , but it is too old and not working.

https://code.google.com/p/dalvik/wiki/JavaxPackages

0

There are 0 answers