Android : Is it possible to convert JVM prepared jar file to Dalvik compatible jar?

on Saturday, August 9, 2014


I have have a .jar application compatible to JVM. How can I convert it to Dalvik compatible jar file?


I have come to know that using Java decompiler, I can convert all byte codes inside jar to source code. Is it the only option that I compile the source code with dx tool to make it Dalvik compatible?


0 comments:

Post a Comment